#BBB6BD

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

Shades of Chatelle #BBB6BD

Tints of Chatelle #BBB6BD

Color information

#BBB6BD (or 0xBBB6BD) is unknown color: approx Chatelle. HEX triplet: BB, B6 and BD. RGB value is (187,182,189). Sum of RGB (Red+Green+Blue) = 187+182+189=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6BD is #444942. Grayscale: #B8B8B8. Windows color (decimal): -4475203 or 12433083. OLE color: 12433083.

HSL color Cylindrical-coordinate representation of color #BBB6BD: hue angle of 282.86º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBB6BD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187182189-
CMYK0.010.0400.26
HSL282.86º5.04%72.75%-
HSV(B)282.86º3.7%74.12%-
XYZ46.4147.6954.9-
YUV184.29130.66129.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=33.51%
G=32.62%
B=33.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871821890.010.0400.26282.865.0472.75
HexBBB6BD1401A11b549
Octal273266275140324335111
Binary10111011101101101011110111000110101000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6BD; }

 p { color: rgb(187,182,189); }

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

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

 a { background-color: rgb(187,182,189); }

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

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

 span { border-color: rgb(187,182,189); }

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