#BBB5BE

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

Shades of Chatelle #BBB5BE

Tints of Chatelle #BBB5BE

Color information

#BBB5BE (or 0xBBB5BE) is unknown color: approx Chatelle. HEX triplet: BB, B5 and BE. RGB value is (187,181,190). Sum of RGB (Red+Green+Blue) = 187+181+190=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5BE is #444A41. Grayscale: #B7B7B7. Windows color (decimal): -4475458 or 12498363. OLE color: 12498363.

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

Color convert

RGB187181190-
CMYK0.020.0500.25
HSL280º6.47%72.75%-
HSV(B)280º4.74%74.51%-
XYZ46.3147.3355.41-
YUV183.82131.49130.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 181 (71.09% from 255) = 32.44%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=33.51%
G=32.44%
B=34.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871811900.020.0500.252806.4772.75
HexBBB5BE25019118649
Octal273265276250314306111
Binary101110111011010110111110101010110011000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5BE; }

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

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

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

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

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

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

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

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