#B79DC0

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

Shades of Chatelle #B79DC0

Tints of Chatelle #B79DC0

Color information

#B79DC0 (or 0xB79DC0) is unknown color: approx Chatelle. HEX triplet: B7, 9D and C0. RGB value is (183,157,192). Sum of RGB (Red+Green+Blue) = 183+157+192=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #B79DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DC0 is #48623F. Grayscale: #A8A8A8. Windows color (decimal): -4743744 or 12623287. OLE color: 12623287.

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

Color convert

RGB183157192-
CMYK0.050.1800.25
HSL284.57º21.74%68.43%-
HSV(B)284.57º18.23%75.29%-
XYZ41.137.9955.04-
YUV168.76141.11138.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.40%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=34.40%
G=29.51%
B=36.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831571920.050.1800.25284.5721.7468.43
HexB79DC051201911d1644
Octal26723530052203143526104
Binary10110111100111011100000010110010011001100011101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DC0; }

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

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

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

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

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

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

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

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