#B7A0BE

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

Shades of Chatelle #B7A0BE

Tints of Chatelle #B7A0BE

Color information

#B7A0BE (or 0xB7A0BE) is unknown color: approx Chatelle. HEX triplet: B7, A0 and BE. RGB value is (183,160,190). Sum of RGB (Red+Green+Blue) = 183+160+190=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0BE is #485F41. Grayscale: #AAAAAA. Windows color (decimal): -4742978 or 12492983. OLE color: 12492983.

HSL color Cylindrical-coordinate representation of color #B7A0BE: hue angle of 286º 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 #B7A0BE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183160190-
CMYK0.040.1600.25
HSL286º18.75%68.63%-
HSV(B)286º15.79%74.51%-
XYZ41.3938.9354.05-
YUV170.3139.12137.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=34.33%
G=30.02%
B=35.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831601900.040.1600.2528618.7568.63
HexB7A0BE41001911e1345
Octal26724027642003143623105
Binary10110111101000001011111010010000011001100011110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A0BE; }

 p { color: rgb(183,160,190); }

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

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

 a { background-color: rgb(183,160,190); }

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

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

 span { border-color: rgb(183,160,190); }

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