Html Css Color HEX #B193AF London Hue

📋 copy color: '#B193AF'

red 177 ◦ green 147 ◦ blue 175

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

Shades of London Hue #B193AF

Tints of London Hue #B193AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.46%

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 35.47%
G = 29.46%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B193AF (or 0xB193AF) is known color: London Hue. HEX triplet: B1, 93 and AF. RGB value is (177,147,175). Sum of RGB (Red+Green+Blue) = 177+147+175=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B193AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B193AF is #4E6C50. Grayscale: #9F9F9F. Windows color (decimal): -5139537 or 11506609. OLE color: 11506609.

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

Color convert

RGB 177 147 175 -
CMYK 0 0.17 0.01 0.31
HSL 304º 0.16% 0.64% -
HSV(B) 304º 0.17% 0.69% -
XYZ 36.3 33.31 45.07 -
YUV 159.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 177 147 175 0 0.17 0.01 0.31 304 0.16 0.64
Hex B1 93 AF 0 11 1 1F 130 10 40
Octal 261 223 257 0 21 1 37 460 20 100
Binary 10110001 10010011 10101111 0 10001 1 11111 100110000 10000 1000000

Color Harmonies of #B193AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193AF

Black with #B193AF

Text Example


Text Example

White with #B193AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193AF; }

 p { color: rgb(177,147,175); }

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

background-color css

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

 a { background-color: rgb(177,147,175); }

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

border-color css

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

 span { border-color: rgb(177,147,175); }

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