#B6AFBA

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

Shades of Chatelle #B6AFBA

Tints of Chatelle #B6AFBA

Color information

#B6AFBA (or 0xB6AFBA) is unknown color: approx Chatelle. HEX triplet: B6, AF and BA. RGB value is (182,175,186). Sum of RGB (Red+Green+Blue) = 182+175+186=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFBA is #495045. Grayscale: #B2B2B2. Windows color (decimal): -4804678 or 12234678. OLE color: 12234678.

HSL color Cylindrical-coordinate representation of color #B6AFBA: hue angle of 278.18º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6AFBA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182175186-
CMYK0.020.0600.27
HSL278.18º7.38%70.78%-
HSV(B)278.18º5.91%72.94%-
XYZ43.4844.1552.68-
YUV178.35132.32130.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=33.52%
G=32.23%
B=34.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821751860.020.0600.27278.187.3870.78
HexB6AFBA2601B116747
Octal266257272260334267107
Binary101101101010111110111010101100110111000101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFBA; }

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

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

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

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

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

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

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

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