#B6AFB8

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

Shades of Chatelle #B6AFB8

Tints of Chatelle #B6AFB8

Color information

#B6AFB8 (or 0xB6AFB8) is unknown color: approx Chatelle. HEX triplet: B6, AF and B8. RGB value is (182,175,184). Sum of RGB (Red+Green+Blue) = 182+175+184=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 184 - color contains mainly: blue. Hex color #B6AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFB8 is #495047. Grayscale: #B2B2B2. Windows color (decimal): -4804680 or 12103606. OLE color: 12103606.

HSL color Cylindrical-coordinate representation of color #B6AFB8: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6AFB8 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB182175184-
CMYK0.010.0500.28
HSL286.67º5.96%70.39%-
HSV(B)286.67º4.89%72.16%-
XYZ43.2744.0751.57-
YUV178.12131.32130.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 184 (72.27% from 255) = 34.01%
R=33.64%
G=32.35%
B=34.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821751840.010.0500.28286.675.9670.39
HexB6AFB81501C11f646
Octal266257270150344376106
Binary10110110101011111011100011010111001000111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFB8; }

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

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

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

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

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

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

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

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