#B192AC

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

Shades of London Hue #B192AC

Tints of London Hue #B192AC

Color information

#B192AC (or 0xB192AC) is unknown color: approx London Hue. HEX triplet: B1, 92 and AC. RGB value is (177,146,172). Sum of RGB (Red+Green+Blue) = 177+146+172=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B192AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B192AC is #4E6D53. Grayscale: #9E9E9E. Windows color (decimal): -5139796 or 11309745. OLE color: 11309745.

HSL color Cylindrical-coordinate representation of color #B192AC: hue angle of 309.68º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B192AC is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177146172-
CMYK00.180.030.31
HSL309.68º16.58%63.33%-
HSV(B)309.68º17.51%69.41%-
XYZ35.8632.8843.49-
YUV158.23135.77141.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=35.76%
G=29.49%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714617200.180.030.31309.6816.5863.33
HexB192AC01231F136113f
Octal2612222540223374662177
Binary101100011001001010101100010010111111110011011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192AC; }

 p { color: rgb(177,146,172); }

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

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

 a { background-color: rgb(177,146,172); }

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

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

 span { border-color: rgb(177,146,172); }

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