Html Css Color HEX #B19DBB Chatelle

📋 copy color: '#B19DBB'

red 177 ◦ green 157 ◦ blue 187

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

Shades of Chatelle #B19DBB

Tints of Chatelle #B19DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 33.97%
G = 30.13%
B = 35.89%

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

#B19DBB (or 0xB19DBB) is known color: Chatelle. HEX triplet: B1, 9D and BB. RGB value is (177,157,187). Sum of RGB (Red+Green+Blue) = 177+157+187=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #B19DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DBB is #4E6244. Grayscale: #A6A6A6. Windows color (decimal): -5136965 or 12295601. OLE color: 12295601.

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

Color convert

RGB 177 157 187 -
CMYK 0.05 0.16 0 0.27
HSL 280º 0.18% 0.67% -
HSV(B) 280º 0.16% 0.73% -
XYZ 39.16 37.05 52.1 -
YUV 166.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 177 157 187 0.05 0.16 0 0.27 280 0.18 0.67
Hex B1 9D BB 5 10 0 1B 118 12 43
Octal 261 235 273 5 20 0 33 430 22 103
Binary 10110001 10011101 10111011 101 10000 0 11011 100011000 10010 1000011

Color Harmonies of #B19DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DBB

Black with #B19DBB

Text Example


Text Example

White with #B19DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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