#B399BB

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

Shades of Chatelle #B399BB

Tints of Chatelle #B399BB

Color information

#B399BB (or 0xB399BB) is unknown color: approx Chatelle. HEX triplet: B3, 99 and BB. RGB value is (179,153,187). Sum of RGB (Red+Green+Blue) = 179+153+187=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #B399BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399BB is #4C6644. Grayscale: #A4A4A4. Windows color (decimal): -5006917 or 12294579. OLE color: 12294579.

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

Color convert

RGB179153187-
CMYK0.040.1800.27
HSL285.88º20%66.67%-
HSV(B)285.88º18.18%73.33%-
XYZ38.9535.9551.9-
YUV164.65140.61138.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=34.49%
G=29.48%
B=36.03%

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
Decimal1791531870.040.1800.27285.882066.67
HexB399BB41201B11e1443
Octal26323127342203343624103
Binary10110011100110011011101110010010011011100011110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399BB; }

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

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

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

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

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

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

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

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