#B08BBF

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

Shades of East Side #B08BBF

Tints of East Side #B08BBF

Color information

#B08BBF (or 0xB08BBF) is unknown color: approx East Side. HEX triplet: B0, 8B and BF. RGB value is (176,139,191). Sum of RGB (Red+Green+Blue) = 176+139+191=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #B08BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BBF is #4F7440. Grayscale: #9B9B9B. Windows color (decimal): -5207105 or 12553136. OLE color: 12553136.

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

Color convert

RGB176139191-
CMYK0.080.2700.25
HSL282.69º28.89%64.71%-
HSV(B)282.69º27.23%74.9%-
XYZ36.5431.4653.44-
YUV155.99147.76142.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 191 (75% from 255) = 37.75%
R=34.78%
G=27.47%
B=37.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761391910.080.2700.25282.6928.8964.71
HexB08BBF81B01911b1d41
Octal260213277103303143335101
Binary101100001000101110111111100011011011001100011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BBF; }

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

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

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

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

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

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

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

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