Html Css Color HEX #BCE2DC Water Leaf

📋 copy color: '#BCE2DC'

red 188 ◦ green 226 ◦ blue 220

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

Shades of Water Leaf #BCE2DC

Tints of Water Leaf #BCE2DC

RGB

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

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

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

R = 29.65%
G = 35.65%
B = 34.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#BCE2DC (or 0xBCE2DC) is known color: Water Leaf. HEX triplet: BC, E2 and DC. RGB value is (188,226,220). Sum of RGB (Red+Green+Blue) = 188+226+220=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2DC is #431D23. Grayscale: #D5D5D5. Windows color (decimal): -4398372 or 14475964. OLE color: 14475964.

HSL color Cylindrical-coordinate representation of color #BCE2DC: hue angle of 170.53º 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 #BCE2DC is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 220 -
CMYK 0.17 0 0.03 0.11
HSL 170.53º 0.4% 0.81% -
HSV(B) 170.53º 0.17% 0.89% -
XYZ 60.85 70.25 78.06 -
YUV 213.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 188 226 220 0.17 0 0.03 0.11 170.53 0.4 0.81
Hex BC E2 DC 11 0 3 B AB 28 51
Octal 274 342 334 21 0 3 13 253 50 121
Binary 10111100 11100010 11011100 10001 0 11 1011 10101011 101000 1010001

Color Harmonies of #BCE2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2DC

Black with #BCE2DC

Text Example


Text Example

White with #BCE2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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