#BEFDF0

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

Shades of Water Leaf #BEFDF0

Tints of Water Leaf #BEFDF0

Color information

#BEFDF0 (or 0xBEFDF0) is unknown color: approx Water Leaf. HEX triplet: BE, FD and F0. RGB value is (190,253,240). Sum of RGB (Red+Green+Blue) = 190+253+240=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDF0 is #41020F. Grayscale: #E8E8E8. Windows color (decimal): -4260368 or 15793598. OLE color: 15793598.

HSL color Cylindrical-coordinate representation of color #BEFDF0: hue angle of 167.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDF0 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB190253240-
CMYK0.2500.050.01
HSL167.62º94.03%86.86%-
HSV(B)167.62º24.9%99.22%-
XYZ72.0987.4995.53-
YUV232.68132.1397.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.82%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 240 (94.14% from 255) = 35.14%
R=27.82%
G=37.04%
B=35.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532400.2500.050.01167.6294.0386.86
HexBEFDF019051a85e57
Octal27637536031051250136127
Binary10111110111111011111000011001010111010100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDF0; }

 p { color: rgb(190,253,240); }

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

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

 a { background-color: rgb(190,253,240); }

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

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

 span { border-color: rgb(190,253,240); }

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