#BCEADE

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

Shades of Water Leaf #BCEADE

Tints of Water Leaf #BCEADE

Color information

#BCEADE (or 0xBCEADE) is unknown color: approx Water Leaf. HEX triplet: BC, EA and DE. RGB value is (188,234,222). Sum of RGB (Red+Green+Blue) = 188+234+222=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEADE is #431521. Grayscale: #DADADA. Windows color (decimal): -4396322 or 14609084. OLE color: 14609084.

HSL color Cylindrical-coordinate representation of color #BCEADE: hue angle of 164.35º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEADE is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB188234222-
CMYK0.2000.050.08
HSL164.35º52.27%82.75%-
HSV(B)164.35º19.66%91.76%-
XYZ63.3574.8180.21-
YUV218.88129.76105.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.19%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=29.19%
G=36.34%
B=34.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882342220.2000.050.08164.3552.2782.75
HexBCEADE14058a43453
Octal27435233624051024464123
Binary1011110011101010110111101010001011000101001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEADE; }

 p { color: rgb(188,234,222); }

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

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

 a { background-color: rgb(188,234,222); }

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

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

 span { border-color: rgb(188,234,222); }

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