#BCC1BF

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

Shades of Tiara #BCC1BF

Tints of Tiara #BCC1BF

Color information

#BCC1BF (or 0xBCC1BF) is unknown color: approx Tiara. HEX triplet: BC, C1 and BF. RGB value is (188,193,191). Sum of RGB (Red+Green+Blue) = 188+193+191=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1BF is #433E40. Grayscale: #BFBFBF. Windows color (decimal): -4406849 or 12566972. OLE color: 12566972.

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

Color convert

RGB188193191-
CMYK0.0300.010.24
HSL156º3.88%74.71%-
HSV(B)156º2.59%75.69%-
XYZ49.2152.5956.85-
YUV191.28127.84125.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 191 (75% from 255) = 33.39%
R=32.87%
G=33.74%
B=33.39%

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
Decimal1881931910.0300.010.241563.8874.71
HexBCC1BF301189c44b
Octal274301277301302344113
Binary101111001100000110111111110111000100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1BF; }

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

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

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

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

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

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

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

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