Html Css Color HEX #B08BAE London Hue

📋 copy color: '#B08BAE'

red 176 ◦ green 139 ◦ blue 174

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

Shades of London Hue #B08BAE

Tints of London Hue #B08BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.43%

 BLUE value IS 174 (68.36% from 255) = 35.58%

R = 35.99%
G = 28.43%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B08BAE (or 0xB08BAE) is known color: London Hue. HEX triplet: B0, 8B and AE. RGB value is (176,139,174). Sum of RGB (Red+Green+Blue) = 176+139+174=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B08BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08BAE is #4F7451. Grayscale: #999999. Windows color (decimal): -5207122 or 11439024. OLE color: 11439024.

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

Color convert

RGB 176 139 174 -
CMYK 0 0.21 0.01 0.31
HSL 303.24º 0.19% 0.62% -
HSV(B) 303.24º 0.21% 0.69% -
XYZ 34.78 30.75 44.15 -
YUV 154.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 176 139 174 0 0.21 0.01 0.31 303.24 0.19 0.62
Hex B0 8B AE 0 15 1 1F 12F 13 3E
Octal 260 213 256 0 25 1 37 457 23 76
Binary 10110000 10001011 10101110 0 10101 1 11111 100101111 10011 111110

Color Harmonies of #B08BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BAE

Black with #B08BAE

Text Example


Text Example

White with #B08BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BAE; }

 p { color: rgb(176,139,174); }

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

background-color css

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

 a { background-color: rgb(176,139,174); }

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

border-color css

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

 span { border-color: rgb(176,139,174); }

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