Html Css Color HEX #BCE7DD Water Leaf

📋 copy color: '#BCE7DD'

red 188 ◦ green 231 ◦ blue 221

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

Shades of Water Leaf #BCE7DD

Tints of Water Leaf #BCE7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.09%

 BLUE value IS 221 (86.72% from 255) = 34.53%

R = 29.38%
G = 36.09%
B = 34.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#BCE7DD (or 0xBCE7DD) is known color: Water Leaf. HEX triplet: BC, E7 and DD. RGB value is (188,231,221). Sum of RGB (Red+Green+Blue) = 188+231+221=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7DD is #431822. Grayscale: #D9D9D9. Windows color (decimal): -4397091 or 14542780. OLE color: 14542780.

HSL color Cylindrical-coordinate representation of color #BCE7DD: hue angle of 166.05º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE7DD is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 221 -
CMYK 0.19 0 0.04 0.09
HSL 166.05º 0.47% 0.82% -
HSV(B) 166.05º 0.19% 0.91% -
XYZ 62.37 73.06 79.22 -
YUV 217 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 188 231 221 0.19 0 0.04 0.09 166.05 0.47 0.82
Hex BC E7 DD 13 0 4 9 A6 2F 52
Octal 274 347 335 23 0 4 11 246 57 122
Binary 10111100 11100111 11011101 10011 0 100 1001 10100110 101111 1010010

Color Harmonies of #BCE7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7DD

Black with #BCE7DD

Text Example


Text Example

White with #BCE7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7DD; }

 p { color: rgb(188,231,221); }

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

background-color css

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

 a { background-color: rgb(188,231,221); }

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

border-color css

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

 span { border-color: rgb(188,231,221); }

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