Html Css Color HEX #B098AC London Hue

📋 copy color: '#B098AC'

red 176 ◦ green 152 ◦ blue 172

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

Shades of London Hue #B098AC

Tints of London Hue #B098AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 35.2%
G = 30.4%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B098AC (or 0xB098AC) is known color: London Hue. HEX triplet: B0, 98 and AC. RGB value is (176,152,172). Sum of RGB (Red+Green+Blue) = 176+152+172=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B098AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B098AC is #4F6753. Grayscale: #A1A1A1. Windows color (decimal): -5203796 or 11311280. OLE color: 11311280.

HSL color Cylindrical-coordinate representation of color #B098AC: hue angle of 310º 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 #B098AC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 172 -
CMYK 0 0.14 0.02 0.31
HSL 310º 0.13% 0.64% -
HSV(B) 310º 0.14% 0.69% -
XYZ 36.58 34.67 43.79 -
YUV 161.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 176 152 172 0 0.14 0.02 0.31 310 0.13 0.64
Hex B0 98 AC 0 E 2 1F 136 D 40
Octal 260 230 254 0 16 2 37 466 15 100
Binary 10110000 10011000 10101100 0 1110 10 11111 100110110 1101 1000000

Color Harmonies of #B098AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098AC

Black with #B098AC

Text Example


Text Example

White with #B098AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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