Html Css Color HEX #B499B5 London Hue

📋 copy color: '#B499B5'

red 180 ◦ green 153 ◦ blue 181

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

Shades of London Hue #B499B5

Tints of London Hue #B499B5

RGB

 RED value IS 180 (70.7% from 255) = 35.02%

 GREEN value IS 153 (60.16% from 255) = 29.77%

 BLUE value IS 181 (71.09% from 255) = 35.21%

R = 35.02%
G = 29.77%
B = 35.21%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B499B5 (or 0xB499B5) is known color: London Hue. HEX triplet: B4, 99 and B5. RGB value is (180,153,181). Sum of RGB (Red+Green+Blue) = 180+153+181=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 181 - color contains mainly: blue. Hex color #B499B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499B5 is #4B664A. Grayscale: #A4A4A4. Windows color (decimal): -4941387 or 11901364. OLE color: 11901364.

HSL color Cylindrical-coordinate representation of color #B499B5: hue angle of 297.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B499B5 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 153 181 -
CMYK 0.01 0.15 0 0.29
HSL 297.86º 0.16% 0.65% -
HSV(B) 297.86º 0.15% 0.71% -
XYZ 38.55 35.82 48.6 -
YUV 164.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 180 153 181 0.01 0.15 0 0.29 297.86 0.16 0.65
Hex B4 99 B5 1 F 0 1D 12A 10 41
Octal 264 231 265 1 17 0 35 452 20 101
Binary 10110100 10011001 10110101 1 1111 0 11101 100101010 10000 1000001

Color Harmonies of #B499B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499B5

Black with #B499B5

Text Example


Text Example

White with #B499B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499B5; }

 p { color: rgb(180,153,181); }

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

background-color css

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

 a { background-color: rgb(180,153,181); }

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

border-color css

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

 span { border-color: rgb(180,153,181); }

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