Html Css Color HEX #B098B3 London Hue

📋 copy color: '#B098B3'

red 176 ◦ green 152 ◦ blue 179

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

Shades of London Hue #B098B3

Tints of London Hue #B098B3

RGB

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

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

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

R = 34.71%
G = 29.98%
B = 35.31%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B098B3 (or 0xB098B3) is known color: London Hue. HEX triplet: B0, 98 and B3. RGB value is (176,152,179). Sum of RGB (Red+Green+Blue) = 176+152+179=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 179 - color contains mainly: blue. Hex color #B098B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098B3 is #4F674C. Grayscale: #A2A2A2. Windows color (decimal): -5203789 or 11770032. OLE color: 11770032.

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

Color convert

RGB 176 152 179 -
CMYK 0.02 0.15 0 0.30
HSL 293.33º 0.15% 0.65% -
HSV(B) 293.33º 0.15% 0.7% -
XYZ 37.27 34.94 47.43 -
YUV 162.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 176 152 179 0.02 0.15 0 0.30 293.33 0.15 0.65
Hex B0 98 B3 2 F 0 1E 125 F 41
Octal 260 230 263 2 17 0 36 445 17 101
Binary 10110000 10011000 10110011 10 1111 0 11110 100100101 1111 1000001

Color Harmonies of #B098B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098B3

Black with #B098B3

Text Example


Text Example

White with #B098B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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