#B7ABBF

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

Shades of Chatelle #B7ABBF

Tints of Chatelle #B7ABBF

Color information

#B7ABBF (or 0xB7ABBF) is unknown color: approx Chatelle. HEX triplet: B7, AB and BF. RGB value is (183,171,191). Sum of RGB (Red+Green+Blue) = 183+171+191=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABBF is #485440. Grayscale: #B0B0B0. Windows color (decimal): -4740161 or 12561335. OLE color: 12561335.

HSL color Cylindrical-coordinate representation of color #B7ABBF: hue angle of 276º 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 #B7ABBF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183171191-
CMYK0.040.1000.25
HSL276º13.51%70.98%-
HSV(B)276º10.47%74.9%-
XYZ43.542.9555.29-
YUV176.87135.98132.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.58%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 191 (75% from 255) = 35.05%
R=33.58%
G=31.38%
B=35.05%

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
Decimal1831711910.040.1000.2527613.5170.98
HexB7ABBF4A019114e47
Octal26725327741203142416107
Binary101101111010101110111111100101001100110001010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABBF; }

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

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

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

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

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

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

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

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