Html Css Color HEX #B299BF East Side

📋 copy color: '#B299BF'

red 178 ◦ green 153 ◦ blue 191

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

Shades of East Side #B299BF

Tints of East Side #B299BF

RGB

 RED value IS 178 (69.92% from 255) = 34.1%

 GREEN value IS 153 (60.16% from 255) = 29.31%

 BLUE value IS 191 (75% from 255) = 36.59%

R = 34.1%
G = 29.31%
B = 36.59%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B299BF (or 0xB299BF) is known color: 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

RGB 178 153 191 -
CMYK 0.07 0.20 0 0.25
HSL 279.47º 0.23% 0.67% -
HSV(B) 279.47º 0.2% 0.75% -
XYZ 39.16 36.01 54.18 -
YUV 164.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 178 153 191 0.07 0.20 0 0.25 279.47 0.23 0.67
Hex B2 99 BF 7 14 0 19 117 17 43
Octal 262 231 277 7 24 0 31 427 27 103
Binary 10110010 10011001 10111111 111 10100 0 11001 100010111 10111 1000011

Color Harmonies of #B299BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299BF

Black with #B299BF

Text Example


Text Example

White with #B299BF

Text Example


Text Example

HTML Codes & Css Web 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>