Html Css Color HEX #BCE5DE Water Leaf

📋 copy color: '#BCE5DE'

red 188 ◦ green 229 ◦ blue 222

#BCE5DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BCE5DE

Tints of Water Leaf #BCE5DE

RGB

 RED value IS 188 (73.83% from 255) = 29.42%

 GREEN value IS 229 (89.84% from 255) = 35.84%

 BLUE value IS 222 (87.11% from 255) = 34.74%

R = 29.42%
G = 35.84%
B = 34.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#BCE5DE (or 0xBCE5DE) is known color: Water Leaf. HEX triplet: BC, E5 and DE. RGB value is (188,229,222). Sum of RGB (Red+Green+Blue) = 188+229+222=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5DE is #431A21. Grayscale: #D7D7D7. Windows color (decimal): -4397602 or 14607804. OLE color: 14607804.

HSL color Cylindrical-coordinate representation of color #BCE5DE: hue angle of 169.76º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5DE is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 222 -
CMYK 0.18 0 0.03 0.10
HSL 169.76º 0.44% 0.82% -
HSV(B) 169.76º 0.18% 0.9% -
XYZ 61.94 72 79.74 -
YUV 215.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 188 229 222 0.18 0 0.03 0.10 169.76 0.44 0.82
Hex BC E5 DE 12 0 3 A AA 2C 52
Octal 274 345 336 22 0 3 12 252 54 122
Binary 10111100 11100101 11011110 10010 0 11 1010 10101010 101100 1010010

Color Harmonies of #BCE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE5DE

Black with #BCE5DE

Text Example


Text Example

White with #BCE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE5DE; }

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

 H1.HeaderClassName
 {
   color: #BCE5DE;
 }
 .AnyTagClassName
 {
   color: #BCE5DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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