Html Css Color HEX #B08ABA East Side

📋 copy color: '#B08ABA'

red 176 ◦ green 138 ◦ blue 186

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

Shades of East Side #B08ABA

Tints of East Side #B08ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 35.2%
G = 27.6%
B = 37.2%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B08ABA (or 0xB08ABA) is known color: East Side. HEX triplet: B0, 8A and BA. RGB value is (176,138,186). Sum of RGB (Red+Green+Blue) = 176+138+186=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #B08ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ABA is #4F7545. Grayscale: #9A9A9A. Windows color (decimal): -5207366 or 12225200. OLE color: 12225200.

HSL color Cylindrical-coordinate representation of color #B08ABA: hue angle of 287.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08ABA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 138 186 -
CMYK 0.05 0.26 0 0.27
HSL 287.5º 0.26% 0.64% -
HSV(B) 287.5º 0.26% 0.73% -
XYZ 35.86 30.95 50.54 -
YUV 154.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 176 138 186 0.05 0.26 0 0.27 287.5 0.26 0.64
Hex B0 8A BA 5 1A 0 1B 120 1A 40
Octal 260 212 272 5 32 0 33 440 32 100
Binary 10110000 10001010 10111010 101 11010 0 11011 100100000 11010 1000000

Color Harmonies of #B08ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08ABA

Black with #B08ABA

Text Example


Text Example

White with #B08ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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