#BEFCEA

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

Shades of Water Leaf #BEFCEA

Tints of Water Leaf #BEFCEA

Color information

#BEFCEA (or 0xBEFCEA) is unknown color: approx Water Leaf. HEX triplet: BE, FC and EA. RGB value is (190,252,234). Sum of RGB (Red+Green+Blue) = 190+252+234=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCEA is #410315. Grayscale: #E7E7E7. Windows color (decimal): -4260630 or 15400126. OLE color: 15400126.

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

Color convert

RGB190252234-
CMYK0.2500.070.01
HSL162.58º91.18%86.67%-
HSV(B)162.58º24.6%98.82%-
XYZ70.986.5190.8-
YUV231.41129.4698.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.11%
GREEN value IS 252 (98.83% from 255) = 37.28%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=28.11%
G=37.28%
B=34.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902522340.2500.070.01162.5891.1886.67
HexBEFCEA19071a35b57
Octal27637435231071243133127
Binary10111110111111001110101011001011111010001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCEA; }

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

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

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

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

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

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

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

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