#B499BA

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

Shades of Chatelle #B499BA

Tints of Chatelle #B499BA

Color information

#B499BA (or 0xB499BA) is unknown color: approx Chatelle. HEX triplet: B4, 99 and BA. RGB value is (180,153,186). Sum of RGB (Red+Green+Blue) = 180+153+186=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B499BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499BA is #4B6645. Grayscale: #A4A4A4. Windows color (decimal): -4941382 or 12229044. OLE color: 12229044.

HSL color Cylindrical-coordinate representation of color #B499BA: hue angle of 289.09º 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 #B499BA is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180153186-
CMYK0.030.1800.27
HSL289.09º19.3%66.47%-
HSV(B)289.09º17.74%72.94%-
XYZ39.0836.0351.35-
YUV164.84139.95138.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=34.68%
G=29.48%
B=35.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801531860.030.1800.27289.0919.366.47
HexB499BA31201B1211342
Octal26423127232203344123102
Binary1011010010011001101110101110010011011100100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499BA; }

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

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

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

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

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

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

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

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