#B9AEBF

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

Shades of Chatelle #B9AEBF

Tints of Chatelle #B9AEBF

Color information

#B9AEBF (or 0xB9AEBF) is unknown color: approx Chatelle. HEX triplet: B9, AE and BF. RGB value is (185,174,191). Sum of RGB (Red+Green+Blue) = 185+174+191=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEBF is #465140. Grayscale: #B3B3B3. Windows color (decimal): -4608321 or 12562105. OLE color: 12562105.

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

Color convert

RGB185174191-
CMYK0.030.0900.25
HSL278.82º11.72%71.57%-
HSV(B)278.82º8.9%74.9%-
XYZ44.5544.3555.5-
YUV179.23134.64132.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 191 (75% from 255) = 34.73%
R=33.64%
G=31.64%
B=34.73%

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
Decimal1851741910.030.0900.25278.8211.7271.57
HexB9AEBF39019117c48
Octal27125627731103142714110
Binary10111001101011101011111111100101100110001011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEBF; }

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

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

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

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

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

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

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

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