Html Css Color HEX #B098A9 London Hue

📋 copy color: '#B098A9'

red 176 ◦ green 152 ◦ blue 169

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

Shades of London Hue #B098A9

Tints of London Hue #B098A9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.58%

 BLUE value IS 169 (66.41% from 255) = 34%

R = 35.41%
G = 30.58%
B = 34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B098A9 (or 0xB098A9) is known color: London Hue. HEX triplet: B0, 98 and A9. RGB value is (176,152,169). Sum of RGB (Red+Green+Blue) = 176+152+169=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B098A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B098A9 is #4F6756. Grayscale: #A1A1A1. Windows color (decimal): -5203799 or 11114672. OLE color: 11114672.

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

Color convert

RGB 176 152 169 -
CMYK 0 0.14 0.04 0.31
HSL 317.5º 0.13% 0.64% -
HSV(B) 317.5º 0.14% 0.69% -
XYZ 36.29 34.55 42.29 -
YUV 161.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 176 152 169 0 0.14 0.04 0.31 317.5 0.13 0.64
Hex B0 98 A9 0 E 4 1F 13E D 40
Octal 260 230 251 0 16 4 37 476 15 100
Binary 10110000 10011000 10101001 0 1110 100 11111 100111110 1101 1000000

Color Harmonies of #B098A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098A9

Black with #B098A9

Text Example


Text Example

White with #B098A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098A9; }

 p { color: rgb(176,152,169); }

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

background-color css

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

 a { background-color: rgb(176,152,169); }

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

border-color css

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

 span { border-color: rgb(176,152,169); }

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