#B19EBC

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

Shades of Chatelle #B19EBC

Tints of Chatelle #B19EBC

Color information

#B19EBC (or 0xB19EBC) is unknown color: approx Chatelle. HEX triplet: B1, 9E and BC. RGB value is (177,158,188). Sum of RGB (Red+Green+Blue) = 177+158+188=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #B19EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19EBC is #4E6143. Grayscale: #A7A7A7. Windows color (decimal): -5136708 or 12361393. OLE color: 12361393.

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

Color convert

RGB177158188-
CMYK0.060.1600.26
HSL278º18.29%67.84%-
HSV(B)278º15.96%73.73%-
XYZ39.4437.4352.72-
YUV167.1139.79135.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=33.84%
G=30.21%
B=35.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771581880.060.1600.2627818.2967.84
HexB19EBC61001A1161244
Octal26123627462003242622104
Binary10110001100111101011110011010000011010100010110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EBC; }

 p { color: rgb(177,158,188); }

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

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

 a { background-color: rgb(177,158,188); }

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

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

 span { border-color: rgb(177,158,188); }

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