#BBB2BF

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

Shades of Chatelle #BBB2BF

Tints of Chatelle #BBB2BF

Color information

#BBB2BF (or 0xBBB2BF) is unknown color: approx Chatelle. HEX triplet: BB, B2 and BF. RGB value is (187,178,191). Sum of RGB (Red+Green+Blue) = 187+178+191=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2BF is #444D40. Grayscale: #B6B6B6. Windows color (decimal): -4476225 or 12563131. OLE color: 12563131.

HSL color Cylindrical-coordinate representation of color #BBB2BF: hue angle of 281.54º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB2BF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187178191-
CMYK0.020.0700.25
HSL281.54º9.22%72.35%-
HSV(B)281.54º6.81%74.9%-
XYZ45.8246.1755.79-
YUV182.17132.98131.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 191 (75% from 255) = 34.35%
R=33.63%
G=32.01%
B=34.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871781910.020.0700.25281.549.2272.35
HexBBB2BF2701911a948
Octal2732622772703143211110
Binary1011101110110010101111111011101100110001101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2BF; }

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

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

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

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

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

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

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

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