Html Css Color HEX #B19ABA Chatelle

📋 copy color: '#B19ABA'

red 177 ◦ green 154 ◦ blue 186

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

Shades of Chatelle #B19ABA

Tints of Chatelle #B19ABA

RGB

 RED value IS 177 (69.53% from 255) = 34.24%

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

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

R = 34.24%
G = 29.79%
B = 35.98%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B19ABA (or 0xB19ABA) is known color: Chatelle. HEX triplet: B1, 9A and BA. RGB value is (177,154,186). Sum of RGB (Red+Green+Blue) = 177+154+186=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #B19ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ABA is #4E6545. Grayscale: #A4A4A4. Windows color (decimal): -5137734 or 12229297. OLE color: 12229297.

HSL color Cylindrical-coordinate representation of color #B19ABA: hue angle of 283.12º 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 #B19ABA is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 154 186 -
CMYK 0.05 0.17 0 0.27
HSL 283.13º 0.19% 0.67% -
HSV(B) 283.13º 0.17% 0.73% -
XYZ 38.55 36 51.37 -
YUV 164.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 177 154 186 0.05 0.17 0 0.27 283.13 0.19 0.67
Hex B1 9A BA 5 11 0 1B 11B 13 43
Octal 261 232 272 5 21 0 33 433 23 103
Binary 10110001 10011010 10111010 101 10001 0 11011 100011011 10011 1000011

Color Harmonies of #B19ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19ABA

Black with #B19ABA

Text Example


Text Example

White with #B19ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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