#BBB3BF

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

Shades of Chatelle #BBB3BF

Tints of Chatelle #BBB3BF

Color information

#BBB3BF (or 0xBBB3BF) is unknown color: approx Chatelle. HEX triplet: BB, B3 and BF. RGB value is (187,179,191). Sum of RGB (Red+Green+Blue) = 187+179+191=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3BF is #444C40. Grayscale: #B6B6B6. Windows color (decimal): -4475969 or 12563387. OLE color: 12563387.

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

Color convert

RGB187179191-
CMYK0.020.0600.25
HSL280º8.57%72.55%-
HSV(B)280º6.28%74.9%-
XYZ46.0246.5755.85-
YUV182.76132.65131.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 179 (70.31% from 255) = 32.14%
BLUE value IS 191 (75% from 255) = 34.29%
R=33.57%
G=32.14%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871791910.020.0600.252808.5772.55
HexBBB3BF26019118949
Octal2732632772603143011111
Binary1011101110110011101111111011001100110001100010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3BF; }

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

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

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

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

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

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

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

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