#B19DBB

Color #B19DBB Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #B19DBB

Tints of Chatelle #B19DBB

Color information

#B19DBB (or 0xB19DBB) is unknown color: approx 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

RGB177157187-
CMYK0.050.1600.27
HSL280º18.07%67.45%-
HSV(B)280º16.04%73.33%-
XYZ39.1637.0552.1-
YUV166.4139.63135.56-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771571870.050.1600.2728018.0767.45
HexB19DBB51001B1181243
Octal26123527352003343022103
Binary10110001100111011011101110110000011011100011000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>