#BEFCF0

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

Shades of Water Leaf #BEFCF0

Tints of Water Leaf #BEFCF0

Color information

#BEFCF0 (or 0xBEFCF0) is unknown color: approx Water Leaf. HEX triplet: BE, FC and F0. RGB value is (190,252,240). Sum of RGB (Red+Green+Blue) = 190+252+240=682 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.86% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCF0 is #41030F. Grayscale: #E8E8E8. Windows color (decimal): -4260624 or 15793342. OLE color: 15793342.

HSL color Cylindrical-coordinate representation of color #BEFCF0: hue angle of 168.39º degrees, saturation: 0.91, 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 #BEFCF0 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB190252240-
CMYK0.2500.050.01
HSL168.39º91.18%86.67%-
HSV(B)168.39º24.6%98.82%-
XYZ71.7786.8695.42-
YUV232.09132.4697.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.86%
GREEN value IS 252 (98.83% from 255) = 36.95%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=27.86%
G=36.95%
B=35.19%

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
Decimal1902522400.2500.050.01168.3991.1886.67
HexBEFCF019051a85b57
Octal27637436031051250133127
Binary10111110111111001111000011001010111010100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCF0; }

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

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

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

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

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

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

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

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