Html Css Color HEX #BCE5DC Water Leaf

📋 copy color: '#BCE5DC'

red 188 ◦ green 229 ◦ blue 220

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

Shades of Water Leaf #BCE5DC

Tints of Water Leaf #BCE5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.54%

R = 29.51%
G = 35.95%
B = 34.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#BCE5DC (or 0xBCE5DC) is known color: Water Leaf. HEX triplet: BC, E5 and DC. RGB value is (188,229,220). Sum of RGB (Red+Green+Blue) = 188+229+220=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5DC is #431A23. Grayscale: #D7D7D7. Windows color (decimal): -4397604 or 14476732. OLE color: 14476732.

HSL color Cylindrical-coordinate representation of color #BCE5DC: hue angle of 166.83º 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 #BCE5DC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 220 -
CMYK 0.18 0 0.04 0.10
HSL 166.83º 0.44% 0.82% -
HSV(B) 166.83º 0.18% 0.9% -
XYZ 61.68 71.9 78.34 -
YUV 215.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 188 229 220 0.18 0 0.04 0.10 166.83 0.44 0.82
Hex BC E5 DC 12 0 4 A A7 2C 52
Octal 274 345 334 22 0 4 12 247 54 122
Binary 10111100 11100101 11011100 10010 0 100 1010 10100111 101100 1010010

Color Harmonies of #BCE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE5DC

Black with #BCE5DC

Text Example


Text Example

White with #BCE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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