#B9ADBF

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

Shades of Chatelle #B9ADBF

Tints of Chatelle #B9ADBF

Color information

#B9ADBF (or 0xB9ADBF) is unknown color: approx Chatelle. HEX triplet: B9, AD and BF. RGB value is (185,173,191). Sum of RGB (Red+Green+Blue) = 185+173+191=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADBF is #465240. Grayscale: #B2B2B2. Windows color (decimal): -4608577 or 12561849. OLE color: 12561849.

HSL color Cylindrical-coordinate representation of color #B9ADBF: hue angle of 280º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9ADBF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185173191-
CMYK0.030.0900.25
HSL280º12.33%71.37%-
HSV(B)280º9.42%74.9%-
XYZ44.3643.9655.44-
YUV178.64134.98132.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 191 (75% from 255) = 34.79%
R=33.70%
G=31.51%
B=34.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851731910.030.0900.2528012.3371.37
HexB9ADBF39019118c47
Octal27125527731103143014107
Binary10111001101011011011111111100101100110001100011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADBF; }

 p { color: rgb(185,173,191); }

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

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

 a { background-color: rgb(185,173,191); }

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

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

 span { border-color: rgb(185,173,191); }

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