#B8B0BB

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

Shades of Chatelle #B8B0BB

Tints of Chatelle #B8B0BB

Color information

#B8B0BB (or 0xB8B0BB) is unknown color: approx Chatelle. HEX triplet: B8, B0 and BB. RGB value is (184,176,187). Sum of RGB (Red+Green+Blue) = 184+176+187=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0BB is #474F44. Grayscale: #B3B3B3. Windows color (decimal): -4673349 or 12300472. OLE color: 12300472.

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

Color convert

RGB184176187-
CMYK0.020.0600.27
HSL283.64º7.48%71.18%-
HSV(B)283.64º5.88%73.33%-
XYZ44.2644.8353.33-
YUV179.65132.15131.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.64%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=33.64%
G=32.18%
B=34.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841761870.020.0600.27283.647.4871.18
HexB8B0BB2601B11c747
Octal270260273260334347107
Binary101110001011000010111011101100110111000111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B0BB; }

 p { color: rgb(184,176,187); }

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

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

 a { background-color: rgb(184,176,187); }

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

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

 span { border-color: rgb(184,176,187); }

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