Html Css Color HEX #BCE8DC Water Leaf

📋 copy color: '#BCE8DC'

red 188 ◦ green 232 ◦ blue 220

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

Shades of Water Leaf #BCE8DC

Tints of Water Leaf #BCE8DC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.25%

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

R = 29.38%
G = 36.25%
B = 34.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#BCE8DC (or 0xBCE8DC) is known color: Water Leaf. HEX triplet: BC, E8 and DC. RGB value is (188,232,220). Sum of RGB (Red+Green+Blue) = 188+232+220=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8DC is #431723. Grayscale: #D9D9D9. Windows color (decimal): -4396836 or 14477500. OLE color: 14477500.

HSL color Cylindrical-coordinate representation of color #BCE8DC: hue angle of 163.64º degrees, saturation: 0.49, 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 #BCE8DC is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 232 220 -
CMYK 0.19 0 0.05 0.09
HSL 163.64º 0.49% 0.82% -
HSV(B) 163.64º 0.19% 0.91% -
XYZ 62.51 73.57 78.62 -
YUV 217.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 188 232 220 0.19 0 0.05 0.09 163.64 0.49 0.82
Hex BC E8 DC 13 0 5 9 A4 31 52
Octal 274 350 334 23 0 5 11 244 61 122
Binary 10111100 11101000 11011100 10011 0 101 1001 10100100 110001 1010010

Color Harmonies of #BCE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8DC

Black with #BCE8DC

Text Example


Text Example

White with #BCE8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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