#B799C0

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

Shades of Chatelle #B799C0

Tints of Chatelle #B799C0

Color information

#B799C0 (or 0xB799C0) is unknown color: approx Chatelle. HEX triplet: B7, 99 and C0. RGB value is (183,153,192). Sum of RGB (Red+Green+Blue) = 183+153+192=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: blue. Hex color #B799C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799C0 is #48663F. Grayscale: #A6A6A6. Windows color (decimal): -4744768 or 12622263. OLE color: 12622263.

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

Color convert

RGB183153192-
CMYK0.050.2000.25
HSL286.15º23.64%67.65%-
HSV(B)286.15º20.31%75.29%-
XYZ40.4336.6654.81-
YUV166.42142.44139.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=34.66%
G=28.98%
B=36.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831531920.050.2000.25286.1523.6467.65
HexB799C051401911e1844
Octal26723130052403143630104
Binary10110111100110011100000010110100011001100011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799C0; }

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

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

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

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

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

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

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

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