#BCC2C0

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

Shades of Tiara #BCC2C0

Tints of Tiara #BCC2C0

Color information

#BCC2C0 (or 0xBCC2C0) is unknown color: approx Tiara. HEX triplet: BC, C2 and C0. RGB value is (188,194,192). Sum of RGB (Red+Green+Blue) = 188+194+192=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2C0 is #433D3F. Grayscale: #BFBFBF. Windows color (decimal): -4406592 or 12632764. OLE color: 12632764.

HSL color Cylindrical-coordinate representation of color #BCC2C0: hue angle of 160º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCC2C0 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB188194192-
CMYK0.0300.010.24
HSL160º4.69%74.9%-
HSV(B)160º3.09%76.08%-
XYZ49.5553.0857.5-
YUV191.98128.01125.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 194 (76.17% from 255) = 33.80%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=32.75%
G=33.80%
B=33.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941920.0300.010.241604.6974.9
HexBCC2C030118a054b
Octal274302300301302405113
Binary101111001100001011000000110111000101000001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2C0; }

 p { color: rgb(188,194,192); }

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

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

 a { background-color: rgb(188,194,192); }

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

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

 span { border-color: rgb(188,194,192); }

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