#B49BBF

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

Shades of Chatelle #B49BBF

Tints of Chatelle #B49BBF

Color information

#B49BBF (or 0xB49BBF) is unknown color: approx Chatelle. HEX triplet: B4, 9B and BF. RGB value is (180,155,191). Sum of RGB (Red+Green+Blue) = 180+155+191=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #B49BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BBF is #4B6440. Grayscale: #A6A6A6. Windows color (decimal): -4940865 or 12557236. OLE color: 12557236.

HSL color Cylindrical-coordinate representation of color #B49BBF: hue angle of 281.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B49BBF is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180155191-
CMYK0.060.1900.25
HSL281.67º21.95%67.84%-
HSV(B)281.67º18.85%74.9%-
XYZ39.9536.9154.31-
YUV166.58141.78137.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 191 (75% from 255) = 36.31%
R=34.22%
G=29.47%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801551910.060.1900.25281.6721.9567.84
HexB49BBF61301911a1644
Octal26423327762303143226104
Binary10110100100110111011111111010011011001100011010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BBF; }

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

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

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

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

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

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

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

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