Html Css Color HEX #B090B4 London Hue

📋 copy color: '#B090B4'

red 176 ◦ green 144 ◦ blue 180

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

Shades of London Hue #B090B4

Tints of London Hue #B090B4

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.8%

 BLUE value IS 180 (70.7% from 255) = 36%

R = 35.2%
G = 28.8%
B = 36%

CMYK

 C value IS 0.02

 M value IS 0.2

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B090B4 (or 0xB090B4) is known color: London Hue. HEX triplet: B0, 90 and B4. RGB value is (176,144,180). Sum of RGB (Red+Green+Blue) = 176+144+180=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #B090B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090B4 is #4F6F4B. Grayscale: #9D9D9D. Windows color (decimal): -5205836 or 11833520. OLE color: 11833520.

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

Color convert

RGB 176 144 180 -
CMYK 0.02 0.2 0 0.29
HSL 293.33º 0.19% 0.64% -
HSV(B) 293.33º 0.2% 0.71% -
XYZ 36.12 32.47 47.54 -
YUV 157.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 176 144 180 0.02 0.2 0 0.29 293.33 0.19 0.64
Hex B0 90 B4 2 14 0 1D 125 13 40
Octal 260 220 264 2 24 0 35 445 23 100
Binary 10110000 10010000 10110100 10 10100 0 11101 100100101 10011 1000000

Color Harmonies of #B090B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090B4

Black with #B090B4

Text Example


Text Example

White with #B090B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090B4; }

 p { color: rgb(176,144,180); }

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

background-color css

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

 a { background-color: rgb(176,144,180); }

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

border-color css

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

 span { border-color: rgb(176,144,180); }

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