#B8A9BD

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

Shades of Chatelle #B8A9BD

Tints of Chatelle #B8A9BD

Color information

#B8A9BD (or 0xB8A9BD) is unknown color: approx Chatelle. HEX triplet: B8, A9 and BD. RGB value is (184,169,189). Sum of RGB (Red+Green+Blue) = 184+169+189=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8A9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A9BD is #475642. Grayscale: #AFAFAF. Windows color (decimal): -4675139 or 12429752. OLE color: 12429752.

HSL color Cylindrical-coordinate representation of color #B8A9BD: hue angle of 285º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8A9BD is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184169189-
CMYK0.030.1100.26
HSL285º13.16%70.2%-
HSV(B)285º10.58%74.12%-
XYZ43.1442.2454.02-
YUV175.76135.47133.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.95%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=33.95%
G=31.18%
B=34.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841691890.030.1100.2628513.1670.2
HexB8A9BD3B01A11dd46
Octal27025127531303243515106
Binary10111000101010011011110111101101101010001110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A9BD; }

 p { color: rgb(184,169,189); }

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

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

 a { background-color: rgb(184,169,189); }

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

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

 span { border-color: rgb(184,169,189); }

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