#B79BC0

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

Shades of Chatelle #B79BC0

Tints of Chatelle #B79BC0

Color information

#B79BC0 (or 0xB79BC0) is unknown color: approx Chatelle. HEX triplet: B7, 9B and C0. RGB value is (183,155,192). Sum of RGB (Red+Green+Blue) = 183+155+192=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #B79BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BC0 is #48643F. Grayscale: #A7A7A7. Windows color (decimal): -4744256 or 12622775. OLE color: 12622775.

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

Color convert

RGB183155192-
CMYK0.050.1900.25
HSL285.41º22.7%68.04%-
HSV(B)285.41º19.27%75.29%-
XYZ40.7637.3254.92-
YUV167.59141.78138.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=34.53%
G=29.25%
B=36.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831551920.050.1900.25285.4122.768.04
HexB79BC051301911d1744
Octal26723330052303143527104
Binary10110111100110111100000010110011011001100011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BC0; }

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

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

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

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

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

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

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

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