Html Css Color HEX #BCECE4 Water Leaf

📋 copy color: '#BCECE4'

red 188 ◦ green 236 ◦ blue 228

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

Shades of Water Leaf #BCECE4

Tints of Water Leaf #BCECE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.97%

R = 28.83%
G = 36.2%
B = 34.97%

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

#BCECE4 (or 0xBCECE4) is known color: Water Leaf. HEX triplet: BC, EC and E4. RGB value is (188,236,228). Sum of RGB (Red+Green+Blue) = 188+236+228=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECE4 is #43131B. Grayscale: #DCDCDC. Windows color (decimal): -4395804 or 15002812. OLE color: 15002812.

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

Color convert

RGB 188 236 228 -
CMYK 0.20 0 0.03 0.07
HSL 170º 0.56% 0.83% -
HSV(B) 170º 0.2% 0.93% -
XYZ 64.74 76.28 84.71 -
YUV 220.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 188 236 228 0.20 0 0.03 0.07 170 0.56 0.83
Hex BC EC E4 14 0 3 7 AA 38 53
Octal 274 354 344 24 0 3 7 252 70 123
Binary 10111100 11101100 11100100 10100 0 11 111 10101010 111000 1010011

Color Harmonies of #BCECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECE4

Black with #BCECE4

Text Example


Text Example

White with #BCECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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