#B8ABBF

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

Shades of Chatelle #B8ABBF

Tints of Chatelle #B8ABBF

Color information

#B8ABBF (or 0xB8ABBF) is unknown color: approx Chatelle. HEX triplet: B8, AB and BF. RGB value is (184,171,191). Sum of RGB (Red+Green+Blue) = 184+171+191=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABBF is #475440. Grayscale: #B1B1B1. Windows color (decimal): -4674625 or 12561336. OLE color: 12561336.

HSL color Cylindrical-coordinate representation of color #B8ABBF: hue angle of 279º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8ABBF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184171191-
CMYK0.040.1000.25
HSL279º13.51%70.98%-
HSV(B)279º10.47%74.9%-
XYZ43.7343.0855.3-
YUV177.17135.81132.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.70%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 191 (75% from 255) = 34.98%
R=33.70%
G=31.32%
B=34.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841711910.040.1000.2527913.5170.98
HexB8ABBF4A019117e47
Octal27025327741203142716107
Binary101110001010101110111111100101001100110001011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABBF; }

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

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

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

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

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

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

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

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