#B9AFBE

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

Shades of Chatelle #B9AFBE

Tints of Chatelle #B9AFBE

Color information

#B9AFBE (or 0xB9AFBE) is unknown color: approx Chatelle. HEX triplet: B9, AF and BE. RGB value is (185,175,190). Sum of RGB (Red+Green+Blue) = 185+175+190=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFBE is #465041. Grayscale: #B3B3B3. Windows color (decimal): -4608066 or 12496825. OLE color: 12496825.

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

Color convert

RGB185175190-
CMYK0.030.0800.25
HSL280º10.34%71.57%-
HSV(B)280º7.89%74.51%-
XYZ44.6344.6954.99-
YUV179.7133.81131.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=33.64%
G=31.82%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851751900.030.0800.2528010.3471.57
HexB9AFBE38019118a48
Octal27125727631003143012110
Binary10111001101011111011111011100001100110001100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFBE; }

 p { color: rgb(185,175,190); }

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

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

 a { background-color: rgb(185,175,190); }

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

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

 span { border-color: rgb(185,175,190); }

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