Html Css Color HEX #BCECE5 Water Leaf

📋 copy color: '#BCECE5'

red 188 ◦ green 236 ◦ blue 229

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

Shades of Water Leaf #BCECE5

Tints of Water Leaf #BCECE5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.14%

 BLUE value IS 229 (89.84% from 255) = 35.07%

R = 28.79%
G = 36.14%
B = 35.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BCECE5 (or 0xBCECE5) is known color: Water Leaf. HEX triplet: BC, EC and E5. RGB value is (188,236,229). Sum of RGB (Red+Green+Blue) = 188+236+229=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECE5 is #43131A. Grayscale: #DCDCDC. Windows color (decimal): -4395803 or 15068348. OLE color: 15068348.

HSL color Cylindrical-coordinate representation of color #BCECE5: hue angle of 171.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECE5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 229 -
CMYK 0.20 0 0.03 0.07
HSL 171.25º 0.56% 0.83% -
HSV(B) 171.25º 0.2% 0.93% -
XYZ 64.88 76.34 85.44 -
YUV 220.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 188 236 229 0.20 0 0.03 0.07 171.25 0.56 0.83
Hex BC EC E5 14 0 3 7 AB 38 53
Octal 274 354 345 24 0 3 7 253 70 123
Binary 10111100 11101100 11100101 10100 0 11 111 10101011 111000 1010011

Color Harmonies of #BCECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECE5

Black with #BCECE5

Text Example


Text Example

White with #BCECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECE5; }

 p { color: rgb(188,236,229); }

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

background-color css

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

 a { background-color: rgb(188,236,229); }

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

border-color css

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

 span { border-color: rgb(188,236,229); }

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