#BBC3BF

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

Shades of Tiara #BBC3BF

Tints of Tiara #BBC3BF

Color information

#BBC3BF (or 0xBBC3BF) is unknown color: approx Tiara. HEX triplet: BB, C3 and BF. RGB value is (187,195,191). Sum of RGB (Red+Green+Blue) = 187+195+191=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3BF is #443C40. Grayscale: #C0C0C0. Windows color (decimal): -4471873 or 12567483. OLE color: 12567483.

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

Color convert

RGB187195191-
CMYK0.0400.020.24
HSL150º6.25%74.9%-
HSV(B)150º4.1%76.47%-
XYZ49.4153.3656.98-
YUV192.15127.35124.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 191 (75% from 255) = 33.33%
R=32.64%
G=34.03%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951910.0400.020.241506.2574.9
HexBBC3BF402189664b
Octal273303277402302266113
Binary10111011110000111011111110001011000100101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3BF; }

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

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

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

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

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

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

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

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