#B49BBC

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

Shades of Chatelle #B49BBC

Tints of Chatelle #B49BBC

Color information

#B49BBC (or 0xB49BBC) is unknown color: approx Chatelle. HEX triplet: B4, 9B and BC. RGB value is (180,155,188). Sum of RGB (Red+Green+Blue) = 180+155+188=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #B49BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BBC is #4B6443. Grayscale: #A6A6A6. Windows color (decimal): -4940868 or 12360628. OLE color: 12360628.

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

Color convert

RGB180155188-
CMYK0.040.1800.26
HSL285.45º19.76%67.25%-
HSV(B)285.45º17.55%73.73%-
XYZ39.6236.7852.59-
YUV166.24140.28137.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=34.42%
G=29.64%
B=35.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801551880.040.1800.26285.4519.7667.25
HexB49BBC41201A11d1443
Octal26423327442203243524103
Binary10110100100110111011110010010010011010100011101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BBC; }

 p { color: rgb(180,155,188); }

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

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

 a { background-color: rgb(180,155,188); }

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

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

 span { border-color: rgb(180,155,188); }

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