#BCC2BF

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

Shades of Tiara #BCC2BF

Tints of Tiara #BCC2BF

Color information

#BCC2BF (or 0xBCC2BF) is unknown color: approx Tiara. HEX triplet: BC, C2 and BF. RGB value is (188,194,191). Sum of RGB (Red+Green+Blue) = 188+194+191=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2BF is #433D40. Grayscale: #BFBFBF. Windows color (decimal): -4406593 or 12567228. OLE color: 12567228.

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

Color convert

RGB188194191-
CMYK0.0300.020.24
HSL150º4.69%74.9%-
HSV(B)150º3.09%76.08%-
XYZ49.4353.0456.92-
YUV191.86127.51125.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 191 (75% from 255) = 33.33%
R=32.81%
G=33.86%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941910.0300.020.241504.6974.9
HexBCC2BF302189654b
Octal274302277302302265113
Binary1011110011000010101111111101011000100101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2BF; }

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

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

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

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

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

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

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

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