Html Css Color HEX #B49ABE Chatelle

📋 copy color: '#B49ABE'

red 180 ◦ green 154 ◦ blue 190

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

Shades of Chatelle #B49ABE

Tints of Chatelle #B49ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.26%

R = 34.35%
G = 29.39%
B = 36.26%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B49ABE (or 0xB49ABE) is known color: Chatelle. HEX triplet: B4, 9A and BE. RGB value is (180,154,190). Sum of RGB (Red+Green+Blue) = 180+154+190=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #B49ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ABE is #4B6541. Grayscale: #A5A5A5. Windows color (decimal): -4941122 or 12491444. OLE color: 12491444.

HSL color Cylindrical-coordinate representation of color #B49ABE: hue angle of 283.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B49ABE is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 154 190 -
CMYK 0.05 0.19 0 0.25
HSL 283.33º 0.22% 0.67% -
HSV(B) 283.33º 0.19% 0.75% -
XYZ 39.67 36.53 53.68 -
YUV 165.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 180 154 190 0.05 0.19 0 0.25 283.33 0.22 0.67
Hex B4 9A BE 5 13 0 19 11B 16 43
Octal 264 232 276 5 23 0 31 433 26 103
Binary 10110100 10011010 10111110 101 10011 0 11001 100011011 10110 1000011

Color Harmonies of #B49ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49ABE

Black with #B49ABE

Text Example


Text Example

White with #B49ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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