#B8B1BC

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

Shades of Chatelle #B8B1BC

Tints of Chatelle #B8B1BC

Color information

#B8B1BC (or 0xB8B1BC) is unknown color: approx Chatelle. HEX triplet: B8, B1 and BC. RGB value is (184,177,188). Sum of RGB (Red+Green+Blue) = 184+177+188=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 188 - color contains mainly: blue. Hex color #B8B1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B1BC is #474E43. Grayscale: #B4B4B4. Windows color (decimal): -4673092 or 12366264. OLE color: 12366264.

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

Color convert

RGB184177188-
CMYK0.020.0600.26
HSL278.18º7.59%71.57%-
HSV(B)278.18º5.85%73.73%-
XYZ44.5745.2753.97-
YUV180.35132.32130.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=33.52%
G=32.24%
B=34.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841771880.020.0600.26278.187.5971.57
HexB8B1BC2601A116848
Octal2702612742603242610110
Binary1011100010110001101111001011001101010001011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B1BC; }

 p { color: rgb(184,177,188); }

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

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

 a { background-color: rgb(184,177,188); }

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

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

 span { border-color: rgb(184,177,188); }

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