#B49BBB

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

Shades of Chatelle #B49BBB

Tints of Chatelle #B49BBB

Color information

#B49BBB (or 0xB49BBB) is unknown color: approx Chatelle. HEX triplet: B4, 9B and BB. RGB value is (180,155,187). Sum of RGB (Red+Green+Blue) = 180+155+187=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #B49BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BBB is #4B6444. Grayscale: #A6A6A6. Windows color (decimal): -4940869 or 12295092. OLE color: 12295092.

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

Color convert

RGB180155187-
CMYK0.040.1700.27
HSL286.88º19.05%67.06%-
HSV(B)286.88º17.11%73.33%-
XYZ39.5136.7352.02-
YUV166.12139.78137.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=34.48%
G=29.69%
B=35.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801551870.040.1700.27286.8819.0567.06
HexB49BBB41101B11f1343
Octal26423327342103343723103
Binary10110100100110111011101110010001011011100011111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BBB; }

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

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

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

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

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

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

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

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