Html Css Color HEX #BCE2DD Water Leaf

📋 copy color: '#BCE2DD'

red 188 ◦ green 226 ◦ blue 221

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

Shades of Water Leaf #BCE2DD

Tints of Water Leaf #BCE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.59%

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

R = 29.61%
G = 35.59%
B = 34.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#BCE2DD (or 0xBCE2DD) is known color: Water Leaf. HEX triplet: BC, E2 and DD. RGB value is (188,226,221). Sum of RGB (Red+Green+Blue) = 188+226+221=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2DD is #431D22. Grayscale: #D6D6D6. Windows color (decimal): -4398371 or 14541500. OLE color: 14541500.

HSL color Cylindrical-coordinate representation of color #BCE2DD: hue angle of 172.11º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2DD is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 221 -
CMYK 0.17 0 0.02 0.11
HSL 172.11º 0.4% 0.81% -
HSV(B) 172.11º 0.17% 0.89% -
XYZ 60.99 70.3 78.76 -
YUV 214.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 188 226 221 0.17 0 0.02 0.11 172.11 0.4 0.81
Hex BC E2 DD 11 0 2 B AC 28 51
Octal 274 342 335 21 0 2 13 254 50 121
Binary 10111100 11100010 11011101 10001 0 10 1011 10101100 101000 1010001

Color Harmonies of #BCE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2DD

Black with #BCE2DD

Text Example


Text Example

White with #BCE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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