#B399B9

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

Shades of Chatelle #B399B9

Tints of Chatelle #B399B9

Color information

#B399B9 (or 0xB399B9) is unknown color: approx Chatelle. HEX triplet: B3, 99 and B9. RGB value is (179,153,185). Sum of RGB (Red+Green+Blue) = 179+153+185=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 185 - color contains mainly: blue. Hex color #B399B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399B9 is #4C6646. Grayscale: #A4A4A4. Windows color (decimal): -5006919 or 12163507. OLE color: 12163507.

HSL color Cylindrical-coordinate representation of color #B399B9: hue angle of 288.75º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B399B9 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179153185-
CMYK0.030.1700.27
HSL288.75º18.6%66.27%-
HSV(B)288.75º17.3%72.55%-
XYZ38.7435.8750.78-
YUV164.42139.61138.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=34.62%
G=29.59%
B=35.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791531850.030.1700.27288.7518.666.27
HexB399B931101B1211342
Octal26323127132103344123102
Binary1011001110011001101110011110001011011100100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399B9; }

 p { color: rgb(179,153,185); }

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

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

 a { background-color: rgb(179,153,185); }

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

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

 span { border-color: rgb(179,153,185); }

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