#B2A0BF

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

Shades of Chatelle #B2A0BF

Tints of Chatelle #B2A0BF

Color information

#B2A0BF (or 0xB2A0BF) is unknown color: approx Chatelle. HEX triplet: B2, A0 and BF. RGB value is (178,160,191). Sum of RGB (Red+Green+Blue) = 178+160+191=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A0BF is #4D5F40. Grayscale: #A8A8A8. Windows color (decimal): -5070657 or 12558514. OLE color: 12558514.

HSL color Cylindrical-coordinate representation of color #B2A0BF: hue angle of 274.84º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2A0BF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178160191-
CMYK0.070.1600.25
HSL274.84º19.5%68.82%-
HSV(B)274.84º16.23%74.9%-
XYZ40.3338.3754.57-
YUV168.92140.46134.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 191 (75% from 255) = 36.11%
R=33.65%
G=30.25%
B=36.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781601910.070.1600.25274.8419.568.82
HexB2A0BF7100191131345
Octal26224027772003142323105
Binary10110010101000001011111111110000011001100010011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A0BF; }

 p { color: rgb(178,160,191); }

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

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

 a { background-color: rgb(178,160,191); }

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

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

 span { border-color: rgb(178,160,191); }

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