Html Css Color HEX #B08DA8 London Hue

📋 copy color: '#B08DA8'

red 176 ◦ green 141 ◦ blue 168

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

Shades of London Hue #B08DA8

Tints of London Hue #B08DA8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

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

R = 36.29%
G = 29.07%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B08DA8 (or 0xB08DA8) is known color: London Hue. HEX triplet: B0, 8D and A8. RGB value is (176,141,168). Sum of RGB (Red+Green+Blue) = 176+141+168=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B08DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DA8 is #4F7257. Grayscale: #9A9A9A. Windows color (decimal): -5206616 or 11046320. OLE color: 11046320.

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

Color convert

RGB 176 141 168 -
CMYK 0 0.20 0.05 0.31
HSL 313.71º 0.18% 0.62% -
HSV(B) 313.71º 0.2% 0.69% -
XYZ 34.5 31.11 41.23 -
YUV 154.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 176 141 168 0 0.20 0.05 0.31 313.71 0.18 0.62
Hex B0 8D A8 0 14 5 1F 13A 12 3E
Octal 260 215 250 0 24 5 37 472 22 76
Binary 10110000 10001101 10101000 0 10100 101 11111 100111010 10010 111110

Color Harmonies of #B08DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08DA8

Black with #B08DA8

Text Example


Text Example

White with #B08DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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