#BEFBED

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

Shades of Water Leaf #BEFBED

Tints of Water Leaf #BEFBED

Color information

#BEFBED (or 0xBEFBED) is unknown color: approx Water Leaf. HEX triplet: BE, FB and ED. RGB value is (190,251,237). Sum of RGB (Red+Green+Blue) = 190+251+237=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBED is #410412. Grayscale: #E7E7E7. Windows color (decimal): -4260883 or 15596478. OLE color: 15596478.

HSL color Cylindrical-coordinate representation of color #BEFBED: hue angle of 166.23º 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 #BEFBED is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB190251237-
CMYK0.2400.060.02
HSL166.23º88.41%86.47%-
HSV(B)166.23º24.3%98.43%-
XYZ71.0286.0692.99-
YUV231.16131.2998.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.02%
GREEN value IS 251 (98.44% from 255) = 37.02%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=28.02%
G=37.02%
B=34.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902512370.2400.060.02166.2388.4186.47
HexBEFBED18062a65856
Octal27637335530062246130126
Binary101111101111101111101101110000110101010011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBED; }

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

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

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

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

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

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

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

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