#BCCECC

Color #BCCECC Geyser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geyser #BCCECC

Tints of Geyser #BCCECC

Color information

#BCCECC (or 0xBCCECC) is unknown color: approx Geyser. HEX triplet: BC, CE and CC. RGB value is (188,206,204). Sum of RGB (Red+Green+Blue) = 188+206+204=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCECC is #433133. Grayscale: #C8C8C8. Windows color (decimal): -4403508 or 13422268. OLE color: 13422268.

HSL color Cylindrical-coordinate representation of color #BCCECC: hue angle of 173.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCECC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB188206204-
CMYK0.0900.010.19
HSL173.33º15.52%77.25%-
HSV(B)173.33º8.74%80.78%-
XYZ53.7159.1965.72-
YUV200.39130.04119.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.44%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=31.44%
G=34.45%
B=34.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882062040.0900.010.19173.3315.5277.25
HexBCCECC90113ad104d
Octal27431631411012325520115
Binary1011110011001110110011001001011001110101101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCECC; }

 p { color: rgb(188,206,204); }

 H1.HeaderClassName
 {
   color: #BCCECC;
 }
 .AnyTagClassName
 {
   color: #BCCECC;
 }
</style>
background-color css

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

 a { background-color: rgb(188,206,204); }

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

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

 span { border-color: rgb(188,206,204); }

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