Html Css Color HEX #B091B3 London Hue

📋 copy color: '#B091B3'

red 176 ◦ green 145 ◦ blue 179

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

Shades of London Hue #B091B3

Tints of London Hue #B091B3

RGB

 RED value IS 176 (69.14% from 255) = 35.2%

 GREEN value IS 145 (57.03% from 255) = 29%

 BLUE value IS 179 (70.31% from 255) = 35.8%

R = 35.2%
G = 29%
B = 35.8%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B091B3 (or 0xB091B3) is known color: London Hue. HEX triplet: B0, 91 and B3. RGB value is (176,145,179). Sum of RGB (Red+Green+Blue) = 176+145+179=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #B091B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091B3 is #4F6E4C. Grayscale: #9E9E9E. Windows color (decimal): -5205581 or 11768240. OLE color: 11768240.

HSL color Cylindrical-coordinate representation of color #B091B3: hue angle of 294.71º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B091B3 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 145 179 -
CMYK 0.02 0.19 0 0.30
HSL 294.71º 0.18% 0.64% -
HSV(B) 294.71º 0.19% 0.7% -
XYZ 36.17 32.74 47.06 -
YUV 158.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 176 145 179 0.02 0.19 0 0.30 294.71 0.18 0.64
Hex B0 91 B3 2 13 0 1E 127 12 40
Octal 260 221 263 2 23 0 36 447 22 100
Binary 10110000 10010001 10110011 10 10011 0 11110 100100111 10010 1000000

Color Harmonies of #B091B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B091B3

Black with #B091B3

Text Example


Text Example

White with #B091B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B091B3; }

 p { color: rgb(176,145,179); }

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

background-color css

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

 a { background-color: rgb(176,145,179); }

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

border-color css

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

 span { border-color: rgb(176,145,179); }

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