#B299BF

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

Shades of East Side #B299BF

Tints of East Side #B299BF

Color information

#B299BF (or 0xB299BF) is unknown color: approx East Side. HEX triplet: B2, 99 and BF. RGB value is (178,153,191). Sum of RGB (Red+Green+Blue) = 178+153+191=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #B299BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299BF is #4D6640. Grayscale: #A4A4A4. Windows color (decimal): -5072449 or 12556722. OLE color: 12556722.

HSL color Cylindrical-coordinate representation of color #B299BF: hue angle of 279.47º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B299BF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178153191-
CMYK0.070.2000.25
HSL279.47º22.89%67.45%-
HSV(B)279.47º19.9%74.9%-
XYZ39.1636.0154.18-
YUV164.81142.78137.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 191 (75% from 255) = 36.59%
R=34.10%
G=29.31%
B=36.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781531910.070.2000.25279.4722.8967.45
HexB299BF7140191171743
Octal26223127772403142727103
Binary10110010100110011011111111110100011001100010111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299BF; }

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

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

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

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

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

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

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

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