#B499BB

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

Shades of Chatelle #B499BB

Tints of Chatelle #B499BB

Color information

#B499BB (or 0xB499BB) is unknown color: approx Chatelle. HEX triplet: B4, 99 and BB. RGB value is (180,153,187). Sum of RGB (Red+Green+Blue) = 180+153+187=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #B499BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499BB is #4B6644. Grayscale: #A4A4A4. Windows color (decimal): -4941381 or 12294580. OLE color: 12294580.

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

Color convert

RGB180153187-
CMYK0.040.1800.27
HSL287.65º20%66.67%-
HSV(B)287.65º18.18%73.33%-
XYZ39.1836.0751.91-
YUV164.95140.45138.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=34.62%
G=29.42%
B=35.96%

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
Decimal1801531870.040.1800.27287.652066.67
HexB499BB41201B1201443
Octal26423127342203344024103
Binary10110100100110011011101110010010011011100100000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499BB; }

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

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

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

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

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

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

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

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