Html Css Color HEX #B19DBA Chatelle

📋 copy color: '#B19DBA'

red 177 ◦ green 157 ◦ blue 186

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

Shades of Chatelle #B19DBA

Tints of Chatelle #B19DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.19%

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

R = 34.04%
G = 30.19%
B = 35.77%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B19DBA (or 0xB19DBA) is known color: Chatelle. HEX triplet: B1, 9D and BA. RGB value is (177,157,186). Sum of RGB (Red+Green+Blue) = 177+157+186=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 157 (61.72% from 255 or 30.19% 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 #B19DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DBA is #4E6245. Grayscale: #A6A6A6. Windows color (decimal): -5136966 or 12230065. OLE color: 12230065.

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

Color convert

RGB 177 157 186 -
CMYK 0.05 0.16 0 0.27
HSL 281.38º 0.17% 0.67% -
HSV(B) 281.38º 0.16% 0.73% -
XYZ 39.05 37.01 51.54 -
YUV 166.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 177 157 186 0.05 0.16 0 0.27 281.38 0.17 0.67
Hex B1 9D BA 5 10 0 1B 119 11 43
Octal 261 235 272 5 20 0 33 431 21 103
Binary 10110001 10011101 10111010 101 10000 0 11011 100011001 10001 1000011

Color Harmonies of #B19DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DBA

Black with #B19DBA

Text Example


Text Example

White with #B19DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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