#B19CBB

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

Shades of Chatelle #B19CBB

Tints of Chatelle #B19CBB

Color information

#B19CBB (or 0xB19CBB) is unknown color: approx Chatelle. HEX triplet: B1, 9C and BB. RGB value is (177,156,187). Sum of RGB (Red+Green+Blue) = 177+156+187=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #B19CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CBB is #4E6344. Grayscale: #A5A5A5. Windows color (decimal): -5137221 or 12295345. OLE color: 12295345.

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

Color convert

RGB177156187-
CMYK0.050.1700.27
HSL280.65º18.56%67.25%-
HSV(B)280.65º16.58%73.33%-
XYZ38.9936.7152.04-
YUV165.81139.96135.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.04%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=34.04%
G=30%
B=35.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771561870.050.1700.27280.6518.5667.25
HexB19CBB51101B1191343
Octal26123427352103343123103
Binary10110001100111001011101110110001011011100011001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CBB; }

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

 H1.HeaderClassName
 {
   color: #B19CBB;
 }
 .AnyTagClassName
 {
   color: #B19CBB;
 }
</style>
background-color css

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

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

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

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

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

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