#B8ABBD

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

Shades of Chatelle #B8ABBD

Tints of Chatelle #B8ABBD

Color information

#B8ABBD (or 0xB8ABBD) is unknown color: approx Chatelle. HEX triplet: B8, AB and BD. RGB value is (184,171,189). Sum of RGB (Red+Green+Blue) = 184+171+189=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABBD is #475442. Grayscale: #B0B0B0. Windows color (decimal): -4674627 or 12430264. OLE color: 12430264.

HSL color Cylindrical-coordinate representation of color #B8ABBD: hue angle of 283.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8ABBD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184171189-
CMYK0.030.1000.26
HSL283.33º12%70.59%-
HSV(B)283.33º9.52%74.12%-
XYZ43.5242.9954.15-
YUV176.94134.81133.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=33.82%
G=31.43%
B=34.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841711890.030.1000.26283.331270.59
HexB8ABBD3A01A11bc47
Octal27025327531203243314107
Binary10111000101010111011110111101001101010001101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABBD; }

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

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

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

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

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

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

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

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