#BBC1BF

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

Shades of Tiara #BBC1BF

Tints of Tiara #BBC1BF

Color information

#BBC1BF (or 0xBBC1BF) is unknown color: approx Tiara. HEX triplet: BB, C1 and BF. RGB value is (187,193,191). Sum of RGB (Red+Green+Blue) = 187+193+191=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1BF is #443E40. Grayscale: #BEBEBE. Windows color (decimal): -4472385 or 12566971. OLE color: 12566971.

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

Color convert

RGB187193191-
CMYK0.0300.010.24
HSL160º4.62%74.51%-
HSV(B)160º3.11%75.69%-
XYZ48.9752.4756.84-
YUV190.98128.01125.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 191 (75% 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
Decimal1871931910.0300.010.241604.6274.51
HexBBC1BF30118a054b
Octal273301277301302405113
Binary101110111100000110111111110111000101000001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1BF; }

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

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

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

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

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

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

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

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