#b08abf

Color #B08ABF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B08ABF

Tints of East Side #B08ABF

Color information

#B08ABF (or 0xB08ABF) is unknown color: approx East Side. HEX triplet: B0, 8A and BF. RGB value is (176,138,191). Sum of RGB (Red+Green+Blue) = 176+138+191=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #B08ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ABF is #4F7540. Grayscale: #9B9B9B. Windows color (decimal): -5207361 or 12552880. OLE color: 12552880.

HSL color Cylindrical-coordinate representation of color #B08ABF: hue angle of 283.02º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B08ABF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176138191-
CMYK0.080.2800.25
HSL283.02º29.28%64.51%-
HSV(B)283.02º27.75%74.9%-
XYZ36.431.1753.39-
YUV155.4148.09142.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 191 (75% from 255) = 37.82%
R=34.85%
G=27.33%
B=37.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761381910.080.2800.25283.0229.2864.51
HexB08ABF81C01911b1d41
Octal260212277103403143335101
Binary101100001000101010111111100011100011001100011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08abf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08abf; }

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

 H1.HeaderClassName
 {
   color: #b08abf;
 }
 .AnyTagClassName
 {
   color: #b08abf;
 }
</style>
background-color css

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

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

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

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

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

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