Html Css Color HEX #BCE7DC Water Leaf

📋 copy color: '#BCE7DC'

red 188 ◦ green 231 ◦ blue 220

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

Shades of Water Leaf #BCE7DC

Tints of Water Leaf #BCE7DC

RGB

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

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

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

R = 29.42%
G = 36.15%
B = 34.43%

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

#BCE7DC (or 0xBCE7DC) is known color: Water Leaf. HEX triplet: BC, E7 and DC. RGB value is (188,231,220). Sum of RGB (Red+Green+Blue) = 188+231+220=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7DC is #431823. Grayscale: #D8D8D8. Windows color (decimal): -4397092 or 14477244. OLE color: 14477244.

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

Color convert

RGB 188 231 220 -
CMYK 0.19 0 0.05 0.09
HSL 164.65º 0.47% 0.82% -
HSV(B) 164.65º 0.19% 0.91% -
XYZ 62.23 73.01 78.52 -
YUV 216.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 188 231 220 0.19 0 0.05 0.09 164.65 0.47 0.82
Hex BC E7 DC 13 0 5 9 A5 2F 52
Octal 274 347 334 23 0 5 11 245 57 122
Binary 10111100 11100111 11011100 10011 0 101 1001 10100101 101111 1010010

Color Harmonies of #BCE7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7DC

Black with #BCE7DC

Text Example


Text Example

White with #BCE7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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