Html Css Color HEX #BCE8E1 Water Leaf

📋 copy color: '#BCE8E1'

red 188 ◦ green 232 ◦ blue 225

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

Shades of Water Leaf #BCE8E1

Tints of Water Leaf #BCE8E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.88%

R = 29.15%
G = 35.97%
B = 34.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#BCE8E1 (or 0xBCE8E1) is known color: Water Leaf. HEX triplet: BC, E8 and E1. RGB value is (188,232,225). Sum of RGB (Red+Green+Blue) = 188+232+225=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8E1 is #43171E. Grayscale: #DADADA. Windows color (decimal): -4396831 or 14805180. OLE color: 14805180.

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

Color convert

RGB 188 232 225 -
CMYK 0.19 0 0.03 0.09
HSL 170.45º 0.49% 0.82% -
HSV(B) 170.45º 0.19% 0.91% -
XYZ 63.19 73.84 82.16 -
YUV 218.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 188 232 225 0.19 0 0.03 0.09 170.45 0.49 0.82
Hex BC E8 E1 13 0 3 9 AA 31 52
Octal 274 350 341 23 0 3 11 252 61 122
Binary 10111100 11101000 11100001 10011 0 11 1001 10101010 110001 1010010

Color Harmonies of #BCE8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8E1

Black with #BCE8E1

Text Example


Text Example

White with #BCE8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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