#B2FEBD

Color #B2FEBD Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B2FEBD

Tints of Fringy Flower #B2FEBD

Color information

#B2FEBD (or 0xB2FEBD) is unknown color: approx Fringy Flower. HEX triplet: B2, FE and BD. RGB value is (178,254,189). Sum of RGB (Red+Green+Blue) = 178+254+189=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEBD is #4D0142. Grayscale: #E0E0E0. Windows color (decimal): -5046595 or 12451506. OLE color: 12451506.

HSL color Cylindrical-coordinate representation of color #B2FEBD: hue angle of 128.68º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEBD is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB178254189-
CMYK0.3000.260.00
HSL128.68º97.44%84.71%-
HSV(B)128.68º29.92%99.61%-
XYZ62.9984.0261.04-
YUV223.87108.3295.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 28.66%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=28.66%
G=40.90%
B=30.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782541890.3000.260.00128.6897.4484.71
HexB2FEBD1E01A0816155
Octal262376275360320201141125
Binary1011001011111110101111011111001101001000000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEBD; }

 p { color: rgb(178,254,189); }

 H1.HeaderClassName
 {
   color: #B2FEBD;
 }
 .AnyTagClassName
 {
   color: #B2FEBD;
 }
</style>
background-color css

<style>
 a { background-color: #B2FEBD; }

 a { background-color: rgb(178,254,189); }

 div.DivClassName
 {
   background-color: #B2FEBD;
 }
 .BgClassName
 {
   background-color: #B2FEBD;
 }
</style>
border-color css

<style>
 span { border-color: #B2FEBD; }

 span { border-color: rgb(178,254,189); }

 td.TdClassName
 {
   border-color: #B2FEBD;
 }
 .TagClassName
 {
   border-color: #B2FEBD;
 }
</style>