#B7A2BD

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

Shades of Chatelle #B7A2BD

Tints of Chatelle #B7A2BD

Color information

#B7A2BD (or 0xB7A2BD) is unknown color: approx Chatelle. HEX triplet: B7, A2 and BD. RGB value is (183,162,189). Sum of RGB (Red+Green+Blue) = 183+162+189=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7A2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2BD is #485D42. Grayscale: #ABABAB. Windows color (decimal): -4742467 or 12427959. OLE color: 12427959.

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

Color convert

RGB183162189-
CMYK0.030.1400.26
HSL286.67º16.98%68.82%-
HSV(B)286.67º14.29%74.12%-
XYZ41.6339.5853.59-
YUV171.36137.96136.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 162 (63.67% from 255) = 30.34%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=34.27%
G=30.34%
B=35.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831621890.030.1400.26286.6716.9868.82
HexB7A2BD3E01A11f1145
Octal26724227531603243721105
Binary101101111010001010111101111110011010100011111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A2BD; }

 p { color: rgb(183,162,189); }

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

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

 a { background-color: rgb(183,162,189); }

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

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

 span { border-color: rgb(183,162,189); }

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