#B8AFBD

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

Shades of Chatelle #B8AFBD

Tints of Chatelle #B8AFBD

Color information

#B8AFBD (or 0xB8AFBD) is unknown color: approx Chatelle. HEX triplet: B8, AF and BD. RGB value is (184,175,189). Sum of RGB (Red+Green+Blue) = 184+175+189=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFBD is #475042. Grayscale: #B3B3B3. Windows color (decimal): -4673603 or 12431288. OLE color: 12431288.

HSL color Cylindrical-coordinate representation of color #B8AFBD: hue angle of 278.57º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8AFBD is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184175189-
CMYK0.030.0700.26
HSL278.57º9.59%71.37%-
HSV(B)278.57º7.41%74.12%-
XYZ44.2844.5254.4-
YUV179.29133.48131.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=33.58%
G=31.93%
B=34.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841751890.030.0700.26278.579.5971.37
HexB8AFBD3701A117a47
Octal2702572753703242712107
Binary1011100010101111101111011111101101010001011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFBD; }

 p { color: rgb(184,175,189); }

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

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

 a { background-color: rgb(184,175,189); }

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

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

 span { border-color: rgb(184,175,189); }

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