#BCEFE8

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

Shades of Water Leaf #BCEFE8

Tints of Water Leaf #BCEFE8

Color information

#BCEFE8 (or 0xBCEFE8) is unknown color: approx Water Leaf. HEX triplet: BC, EF and E8. RGB value is (188,239,232). Sum of RGB (Red+Green+Blue) = 188+239+232=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFE8 is #431017. Grayscale: #DEDEDE. Windows color (decimal): -4395032 or 15265724. OLE color: 15265724.

HSL color Cylindrical-coordinate representation of color #BCEFE8: hue angle of 171.76º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFE8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB188239232-
CMYK0.2100.030.06
HSL171.76º61.45%83.73%-
HSV(B)171.76º21.34%93.73%-
XYZ66.1778.2587.96-
YUV222.95133.1103.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 232 (91.02% from 255) = 35.20%
R=28.53%
G=36.27%
B=35.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882392320.2100.030.06171.7661.4583.73
HexBCEFE815036ac3d54
Octal2743573502503625475124
Binary10111100111011111110100010101011110101011001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFE8; }

 p { color: rgb(188,239,232); }

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

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

 a { background-color: rgb(188,239,232); }

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

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

 span { border-color: rgb(188,239,232); }

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