Html Css Color HEX #B49ABB Chatelle

📋 copy color: '#B49ABB'

red 180 ◦ green 154 ◦ blue 187

#B49ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #B49ABB

Tints of Chatelle #B49ABB

RGB

 RED value IS 180 (70.7% from 255) = 34.55%

 GREEN value IS 154 (60.55% from 255) = 29.56%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 34.55%
G = 29.56%
B = 35.89%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B49ABB (or 0xB49ABB) is known color: Chatelle. HEX triplet: B4, 9A and BB. RGB value is (180,154,187). Sum of RGB (Red+Green+Blue) = 180+154+187=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #B49ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ABB is #4B6544. Grayscale: #A5A5A5. Windows color (decimal): -4941125 or 12294836. OLE color: 12294836.

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

Color convert

RGB 180 154 187 -
CMYK 0.04 0.18 0 0.27
HSL 287.27º 0.2% 0.67% -
HSV(B) 287.27º 0.18% 0.73% -
XYZ 39.35 36.4 51.97 -
YUV 165.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 180 154 187 0.04 0.18 0 0.27 287.27 0.2 0.67
Hex B4 9A BB 4 12 0 1B 11F 14 43
Octal 264 232 273 4 22 0 33 437 24 103
Binary 10110100 10011010 10111011 100 10010 0 11011 100011111 10100 1000011

Color Harmonies of #B49ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49ABB

Black with #B49ABB

Text Example


Text Example

White with #B49ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49ABB; }

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

 H1.HeaderClassName
 {
   color: #B49ABB;
 }
 .AnyTagClassName
 {
   color: #B49ABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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