Html Css Color HEX #B19FBF Chatelle

📋 copy color: '#B19FBF'

red 177 ◦ green 159 ◦ blue 191

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

Shades of Chatelle #B19FBF

Tints of Chatelle #B19FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.24%

R = 33.59%
G = 30.17%
B = 36.24%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B19FBF (or 0xB19FBF) is known color: Chatelle. HEX triplet: B1, 9F and BF. RGB value is (177,159,191). Sum of RGB (Red+Green+Blue) = 177+159+191=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #B19FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FBF is #4E6040. Grayscale: #A7A7A7. Windows color (decimal): -5136449 or 12558257. OLE color: 12558257.

HSL color Cylindrical-coordinate representation of color #B19FBF: hue angle of 273.75º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19FBF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 159 191 -
CMYK 0.07 0.17 0 0.25
HSL 273.75º 0.2% 0.69% -
HSV(B) 273.75º 0.17% 0.75% -
XYZ 39.93 37.9 54.5 -
YUV 168.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 177 159 191 0.07 0.17 0 0.25 273.75 0.2 0.69
Hex B1 9F BF 7 11 0 19 112 14 45
Octal 261 237 277 7 21 0 31 422 24 105
Binary 10110001 10011111 10111111 111 10001 0 11001 100010010 10100 1000101

Color Harmonies of #B19FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19FBF

Black with #B19FBF

Text Example


Text Example

White with #B19FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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