#BBB3BE

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

Shades of Chatelle #BBB3BE

Tints of Chatelle #BBB3BE

Color information

#BBB3BE (or 0xBBB3BE) is unknown color: approx Chatelle. HEX triplet: BB, B3 and BE. RGB value is (187,179,190). Sum of RGB (Red+Green+Blue) = 187+179+190=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3BE is #444C41. Grayscale: #B6B6B6. Windows color (decimal): -4475970 or 12497851. OLE color: 12497851.

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

Color convert

RGB187179190-
CMYK0.020.0600.25
HSL283.64º7.8%72.35%-
HSV(B)283.64º5.79%74.51%-
XYZ45.9146.5255.28-
YUV182.65132.15131.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 179 (70.31% from 255) = 32.19%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=33.63%
G=32.19%
B=34.17%

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
Decimal1871791900.020.0600.25283.647.872.35
HexBBB3BE2601911c848
Octal2732632762603143410110
Binary1011101110110011101111101011001100110001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3BE; }

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

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

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

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

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

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

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

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