Html Css Color HEX #BCE6DD Water Leaf

📋 copy color: '#BCE6DD'

red 188 ◦ green 230 ◦ blue 221

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

Shades of Water Leaf #BCE6DD

Tints of Water Leaf #BCE6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.99%

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

R = 29.42%
G = 35.99%
B = 34.59%

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

#BCE6DD (or 0xBCE6DD) is known color: Water Leaf. HEX triplet: BC, E6 and DD. RGB value is (188,230,221). Sum of RGB (Red+Green+Blue) = 188+230+221=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6DD is #431922. Grayscale: #D8D8D8. Windows color (decimal): -4397347 or 14542524. OLE color: 14542524.

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

Color convert

RGB 188 230 221 -
CMYK 0.18 0 0.04 0.10
HSL 167.14º 0.46% 0.82% -
HSV(B) 167.14º 0.18% 0.9% -
XYZ 62.09 72.51 79.13 -
YUV 216.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 188 230 221 0.18 0 0.04 0.10 167.14 0.46 0.82
Hex BC E6 DD 12 0 4 A A7 2E 52
Octal 274 346 335 22 0 4 12 247 56 122
Binary 10111100 11100110 11011101 10010 0 100 1010 10100111 101110 1010010

Color Harmonies of #BCE6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6DD

Black with #BCE6DD

Text Example


Text Example

White with #BCE6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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