#B399BA

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

Shades of Chatelle #B399BA

Tints of Chatelle #B399BA

Color information

#B399BA (or 0xB399BA) is unknown color: approx Chatelle. HEX triplet: B3, 99 and BA. RGB value is (179,153,186). Sum of RGB (Red+Green+Blue) = 179+153+186=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B399BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399BA is #4C6645. Grayscale: #A4A4A4. Windows color (decimal): -5006918 or 12229043. OLE color: 12229043.

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

Color convert

RGB179153186-
CMYK0.040.1800.27
HSL287.27º19.3%66.47%-
HSV(B)287.27º17.74%72.94%-
XYZ38.8435.9151.34-
YUV164.54140.11138.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=34.56%
G=29.54%
B=35.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791531860.040.1800.27287.2719.366.47
HexB399BA41201B11f1342
Octal26323127242203343723102
Binary10110011100110011011101010010010011011100011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399BA; }

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

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

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

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

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

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

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

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