#B299BB

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

Shades of East Side #B299BB

Tints of East Side #B299BB

Color information

#B299BB (or 0xB299BB) is unknown color: approx East Side. HEX triplet: B2, 99 and BB. RGB value is (178,153,187). Sum of RGB (Red+Green+Blue) = 178+153+187=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #B299BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299BB is #4D6644. Grayscale: #A4A4A4. Windows color (decimal): -5072453 or 12294578. OLE color: 12294578.

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

Color convert

RGB178153187-
CMYK0.050.1800.27
HSL284.12º20%66.67%-
HSV(B)284.12º18.18%73.33%-
XYZ38.7235.8451.89-
YUV164.35140.78137.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=34.36%
G=29.54%
B=36.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781531870.050.1800.27284.122066.67
HexB299BB51201B11c1443
Octal26223127352203343424103
Binary10110010100110011011101110110010011011100011100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299BB; }

 p { color: rgb(178,153,187); }

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

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

 a { background-color: rgb(178,153,187); }

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

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

 span { border-color: rgb(178,153,187); }

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