#B49EBB

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

Shades of Chatelle #B49EBB

Tints of Chatelle #B49EBB

Color information

#B49EBB (or 0xB49EBB) is unknown color: approx Chatelle. HEX triplet: B4, 9E and BB. RGB value is (180,158,187). Sum of RGB (Red+Green+Blue) = 180+158+187=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #B49EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EBB is #4B6144. Grayscale: #A7A7A7. Windows color (decimal): -4940101 or 12295860. OLE color: 12295860.

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

Color convert

RGB180158187-
CMYK0.040.1600.27
HSL285.52º17.58%67.65%-
HSV(B)285.52º15.51%73.33%-
XYZ40.0237.7452.19-
YUV167.88138.79136.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=34.29%
G=30.10%
B=35.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801581870.040.1600.27285.5217.5867.65
HexB49EBB41001B11e1244
Octal26423627342003343622104
Binary10110100100111101011101110010000011011100011110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EBB; }

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

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

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

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

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

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

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

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