#B1A8BB

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

Shades of Chatelle #B1A8BB

Tints of Chatelle #B1A8BB

Color information

#B1A8BB (or 0xB1A8BB) is unknown color: approx Chatelle. HEX triplet: B1, A8 and BB. RGB value is (177,168,187). Sum of RGB (Red+Green+Blue) = 177+168+187=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1A8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A8BB is #4E5744. Grayscale: #ACACAC. Windows color (decimal): -5134149 or 12298417. OLE color: 12298417.

HSL color Cylindrical-coordinate representation of color #B1A8BB: hue angle of 268.42º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1A8BB is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177168187-
CMYK0.050.1000.27
HSL268.42º12.26%69.61%-
HSV(B)268.42º10.16%73.33%-
XYZ41.140.9452.75-
YUV172.86135.98130.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 168 (66.02% from 255) = 31.58%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=33.27%
G=31.58%
B=35.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771681870.050.1000.27268.4212.2669.61
HexB1A8BB5A01B10cc46
Octal26125027351203341414106
Binary101100011010100010111011101101001101110000110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A8BB; }

 p { color: rgb(177,168,187); }

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

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

 a { background-color: rgb(177,168,187); }

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

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

 span { border-color: rgb(177,168,187); }

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