Html Css Color HEX #BCE8E0 Water Leaf

📋 copy color: '#BCE8E0'

red 188 ◦ green 232 ◦ blue 224

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

Shades of Water Leaf #BCE8E0

Tints of Water Leaf #BCE8E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.78%

R = 29.19%
G = 36.02%
B = 34.78%

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

#BCE8E0 (or 0xBCE8E0) is known color: Water Leaf. HEX triplet: BC, E8 and E0. RGB value is (188,232,224). Sum of RGB (Red+Green+Blue) = 188+232+224=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8E0 is #43171F. Grayscale: #D9D9D9. Windows color (decimal): -4396832 or 14739644. OLE color: 14739644.

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

Color convert

RGB 188 232 224 -
CMYK 0.19 0 0.03 0.09
HSL 169.09º 0.49% 0.82% -
HSV(B) 169.09º 0.19% 0.91% -
XYZ 63.05 73.79 81.44 -
YUV 217.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 188 232 224 0.19 0 0.03 0.09 169.09 0.49 0.82
Hex BC E8 E0 13 0 3 9 A9 31 52
Octal 274 350 340 23 0 3 11 251 61 122
Binary 10111100 11101000 11100000 10011 0 11 1001 10101001 110001 1010010

Color Harmonies of #BCE8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8E0

Black with #BCE8E0

Text Example


Text Example

White with #BCE8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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