Html Css Color HEX #B19FBA Chatelle

📋 copy color: '#B19FBA'

red 177 ◦ green 159 ◦ blue 186

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

Shades of Chatelle #B19FBA

Tints of Chatelle #B19FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.46%

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

R = 33.91%
G = 30.46%
B = 35.63%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B19FBA (or 0xB19FBA) is known color: Chatelle. HEX triplet: B1, 9F and BA. RGB value is (177,159,186). Sum of RGB (Red+Green+Blue) = 177+159+186=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #B19FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FBA is #4E6045. Grayscale: #A7A7A7. Windows color (decimal): -5136454 or 12230577. OLE color: 12230577.

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

Color convert

RGB 177 159 186 -
CMYK 0.05 0.15 0 0.27
HSL 280º 0.16% 0.68% -
HSV(B) 280º 0.15% 0.73% -
XYZ 39.39 37.69 51.65 -
YUV 167.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 177 159 186 0.05 0.15 0 0.27 280 0.16 0.68
Hex B1 9F BA 5 F 0 1B 118 10 44
Octal 261 237 272 5 17 0 33 430 20 104
Binary 10110001 10011111 10111010 101 1111 0 11011 100011000 10000 1000100

Color Harmonies of #B19FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19FBA

Black with #B19FBA

Text Example


Text Example

White with #B19FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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