Html Css Color HEX #B19DBD Chatelle

📋 copy color: '#B19DBD'

red 177 ◦ green 157 ◦ blue 189

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

Shades of Chatelle #B19DBD

Tints of Chatelle #B19DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 33.84%
G = 30.02%
B = 36.14%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B19DBD (or 0xB19DBD) is known color: Chatelle. HEX triplet: B1, 9D and BD. RGB value is (177,157,189). Sum of RGB (Red+Green+Blue) = 177+157+189=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #B19DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DBD is #4E6242. Grayscale: #A6A6A6. Windows color (decimal): -5136963 or 12426673. OLE color: 12426673.

HSL color Cylindrical-coordinate representation of color #B19DBD: hue angle of 277.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19DBD is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 157 189 -
CMYK 0.06 0.17 0 0.26
HSL 277.5º 0.2% 0.68% -
HSV(B) 277.5º 0.17% 0.74% -
XYZ 39.37 37.14 53.24 -
YUV 166.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 177 157 189 0.06 0.17 0 0.26 277.5 0.2 0.68
Hex B1 9D BD 6 11 0 1A 116 14 44
Octal 261 235 275 6 21 0 32 426 24 104
Binary 10110001 10011101 10111101 110 10001 0 11010 100010110 10100 1000100

Color Harmonies of #B19DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DBD

Black with #B19DBD

Text Example


Text Example

White with #B19DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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