#B7A7BD

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

Shades of Chatelle #B7A7BD

Tints of Chatelle #B7A7BD

Color information

#B7A7BD (or 0xB7A7BD) is unknown color: approx Chatelle. HEX triplet: B7, A7 and BD. RGB value is (183,167,189). Sum of RGB (Red+Green+Blue) = 183+167+189=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7A7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A7BD is #485842. Grayscale: #AEAEAE. Windows color (decimal): -4741187 or 12429239. OLE color: 12429239.

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

Color convert

RGB183167189-
CMYK0.030.1200.26
HSL283.64º14.29%69.8%-
HSV(B)283.64º11.64%74.12%-
XYZ42.5341.3853.89-
YUV174.29136.3134.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=33.95%
G=30.98%
B=35.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831671890.030.1200.26283.6414.2969.8
HexB7A7BD3C01A11ce46
Octal26724727531403243416106
Binary10110111101001111011110111110001101010001110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A7BD; }

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

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

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

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

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

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

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

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