#B49EBD

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

Shades of Chatelle #B49EBD

Tints of Chatelle #B49EBD

Color information

#B49EBD (or 0xB49EBD) is unknown color: approx Chatelle. HEX triplet: B4, 9E and BD. RGB value is (180,158,189). Sum of RGB (Red+Green+Blue) = 180+158+189=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #B49EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EBD is #4B6142. Grayscale: #A8A8A8. Windows color (decimal): -4940099 or 12426932. OLE color: 12426932.

HSL color Cylindrical-coordinate representation of color #B49EBD: hue angle of 282.58º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B49EBD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180158189-
CMYK0.050.1600.26
HSL282.58º19.02%68.04%-
HSV(B)282.58º16.4%74.12%-
XYZ40.2337.8353.33-
YUV168.11139.79136.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=34.16%
G=29.98%
B=35.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801581890.050.1600.26282.5819.0268.04
HexB49EBD51001A11b1344
Octal26423627552003243323104
Binary10110100100111101011110110110000011010100011011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EBD; }

 p { color: rgb(180,158,189); }

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

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

 a { background-color: rgb(180,158,189); }

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

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

 span { border-color: rgb(180,158,189); }

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