Html Css Color HEX #B49ABA Chatelle

📋 copy color: '#B49ABA'

red 180 ◦ green 154 ◦ blue 186

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

Shades of Chatelle #B49ABA

Tints of Chatelle #B49ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 34.62%
G = 29.62%
B = 35.77%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B49ABA (or 0xB49ABA) is known color: Chatelle. HEX triplet: B4, 9A and BA. RGB value is (180,154,186). Sum of RGB (Red+Green+Blue) = 180+154+186=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B49ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ABA is #4B6545. Grayscale: #A5A5A5. Windows color (decimal): -4941126 or 12229300. OLE color: 12229300.

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

Color convert

RGB 180 154 186 -
CMYK 0.03 0.17 0 0.27
HSL 288.75º 0.19% 0.67% -
HSV(B) 288.75º 0.17% 0.73% -
XYZ 39.24 36.36 51.4 -
YUV 165.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 180 154 186 0.03 0.17 0 0.27 288.75 0.19 0.67
Hex B4 9A BA 3 11 0 1B 121 13 43
Octal 264 232 272 3 21 0 33 441 23 103
Binary 10110100 10011010 10111010 11 10001 0 11011 100100001 10011 1000011

Color Harmonies of #B49ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49ABA

Black with #B49ABA

Text Example


Text Example

White with #B49ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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