Html Css Color HEX #BCE7DE Water Leaf

📋 copy color: '#BCE7DE'

red 188 ◦ green 231 ◦ blue 222

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

Shades of Water Leaf #BCE7DE

Tints of Water Leaf #BCE7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.63%

R = 29.33%
G = 36.04%
B = 34.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#BCE7DE (or 0xBCE7DE) is known color: Water Leaf. HEX triplet: BC, E7 and DE. RGB value is (188,231,222). Sum of RGB (Red+Green+Blue) = 188+231+222=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7DE is #431821. Grayscale: #D9D9D9. Windows color (decimal): -4397090 or 14608316. OLE color: 14608316.

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

Color convert

RGB 188 231 222 -
CMYK 0.19 0 0.04 0.09
HSL 167.44º 0.47% 0.82% -
HSV(B) 167.44º 0.19% 0.91% -
XYZ 62.5 73.12 79.93 -
YUV 217.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 188 231 222 0.19 0 0.04 0.09 167.44 0.47 0.82
Hex BC E7 DE 13 0 4 9 A7 2F 52
Octal 274 347 336 23 0 4 11 247 57 122
Binary 10111100 11100111 11011110 10011 0 100 1001 10100111 101111 1010010

Color Harmonies of #BCE7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7DE

Black with #BCE7DE

Text Example


Text Example

White with #BCE7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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