#BEFCEE

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

Shades of Water Leaf #BEFCEE

Tints of Water Leaf #BEFCEE

Color information

#BEFCEE (or 0xBEFCEE) is unknown color: approx Water Leaf. HEX triplet: BE, FC and EE. RGB value is (190,252,238). Sum of RGB (Red+Green+Blue) = 190+252+238=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCEE is #410311. Grayscale: #E7E7E7. Windows color (decimal): -4260626 or 15662270. OLE color: 15662270.

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

Color convert

RGB190252238-
CMYK0.2500.060.01
HSL166.45º91.18%86.67%-
HSV(B)166.45º24.6%98.82%-
XYZ71.4886.7493.86-
YUV231.87131.4698.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.94%
GREEN value IS 252 (98.83% from 255) = 37.06%
BLUE value IS 238 (93.36% from 255) = 35%
R=27.94%
G=37.06%
B=35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902522380.2500.060.01166.4591.1886.67
HexBEFCEE19061a65b57
Octal27637435631061246133127
Binary10111110111111001110111011001011011010011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCEE; }

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

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

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

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

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

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

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

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