#B7A8C0

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

Shades of Chatelle #B7A8C0

Tints of Chatelle #B7A8C0

Color information

#B7A8C0 (or 0xB7A8C0) is unknown color: approx Chatelle. HEX triplet: B7, A8 and C0. RGB value is (183,168,192). Sum of RGB (Red+Green+Blue) = 183+168+192=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #B7A8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A8C0 is #48573F. Grayscale: #AFAFAF. Windows color (decimal): -4740928 or 12626103. OLE color: 12626103.

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

Color convert

RGB183168192-
CMYK0.050.1200.25
HSL277.5º16%70.59%-
HSV(B)277.5º12.5%75.29%-
XYZ43.0541.8855.68-
YUV175.22137.47133.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=33.70%
G=30.94%
B=35.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831681920.050.1200.25277.51670.59
HexB7A8C05C0191161047
Octal26725030051403142620107
Binary1011011110101000110000001011100011001100010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A8C0; }

 p { color: rgb(183,168,192); }

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

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

 a { background-color: rgb(183,168,192); }

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

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

 span { border-color: rgb(183,168,192); }

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