#B49DBB

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

Shades of Chatelle #B49DBB

Tints of Chatelle #B49DBB

Color information

#B49DBB (or 0xB49DBB) is unknown color: approx Chatelle. HEX triplet: B4, 9D and BB. RGB value is (180,157,187). Sum of RGB (Red+Green+Blue) = 180+157+187=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #B49DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DBB is #4B6244. Grayscale: #A7A7A7. Windows color (decimal): -4940357 or 12295604. OLE color: 12295604.

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

Color convert

RGB180157187-
CMYK0.040.1600.27
HSL286º18.07%67.45%-
HSV(B)286º16.04%73.33%-
XYZ39.8537.4152.13-
YUV167.3139.12137.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=34.35%
G=29.96%
B=35.69%

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
Decimal1801571870.040.1600.2728618.0767.45
HexB49DBB41001B11e1243
Octal26423527342003343622103
Binary10110100100111011011101110010000011011100011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DBB; }

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

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

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

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

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

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

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

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