#BEFBE8

Color #BEFBE8 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BEFBE8

Tints of Water Leaf #BEFBE8

Color information

#BEFBE8 (or 0xBEFBE8) is unknown color: approx Water Leaf. HEX triplet: BE, FB and E8. RGB value is (190,251,232). Sum of RGB (Red+Green+Blue) = 190+251+232=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBE8 is #410417. Grayscale: #E6E6E6. Windows color (decimal): -4260888 or 15268798. OLE color: 15268798.

HSL color Cylindrical-coordinate representation of color #BEFBE8: hue angle of 161.31º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBE8 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB190251232-
CMYK0.2400.080.02
HSL161.31º88.41%86.47%-
HSV(B)161.31º24.3%98.43%-
XYZ70.385.7789.19-
YUV230.6128.7999.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=28.23%
G=37.30%
B=34.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902512320.2400.080.02161.3188.4186.47
HexBEFBE818082a15856
Octal276373350300102241130126
Binary1011111011111011111010001100001000101010000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBE8; }

 p { color: rgb(190,251,232); }

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

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

 a { background-color: rgb(190,251,232); }

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

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

 span { border-color: rgb(190,251,232); }

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