Html Css Color HEX #B08AA8 London Hue

📋 copy color: '#B08AA8'

red 176 ◦ green 138 ◦ blue 168

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

Shades of London Hue #B08AA8

Tints of London Hue #B08AA8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

 BLUE value IS 168 (66.02% from 255) = 34.85%

R = 36.51%
G = 28.63%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B08AA8 (or 0xB08AA8) is known color: London Hue. HEX triplet: B0, 8A and A8. RGB value is (176,138,168). Sum of RGB (Red+Green+Blue) = 176+138+168=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AA8 is #4F7557. Grayscale: #989898. Windows color (decimal): -5207384 or 11045552. OLE color: 11045552.

HSL color Cylindrical-coordinate representation of color #B08AA8: hue angle of 312.63º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08AA8 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 138 168 -
CMYK 0 0.22 0.05 0.31
HSL 312.63º 0.19% 0.62% -
HSV(B) 312.63º 0.22% 0.69% -
XYZ 34.06 30.23 41.09 -
YUV 152.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 176 138 168 0 0.22 0.05 0.31 312.63 0.19 0.62
Hex B0 8A A8 0 16 5 1F 139 13 3E
Octal 260 212 250 0 26 5 37 471 23 76
Binary 10110000 10001010 10101000 0 10110 101 11111 100111001 10011 111110

Color Harmonies of #B08AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08AA8

Black with #B08AA8

Text Example


Text Example

White with #B08AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08AA8; }

 p { color: rgb(176,138,168); }

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

background-color css

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

 a { background-color: rgb(176,138,168); }

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

border-color css

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

 span { border-color: rgb(176,138,168); }

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