Html Css Color HEX #B299BB East Side

📋 copy color: '#B299BB'

red 178 ◦ green 153 ◦ blue 187

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

Shades of East Side #B299BB

Tints of East Side #B299BB

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.1%

R = 34.36%
G = 29.54%
B = 36.1%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

RGB 178 153 187 -
CMYK 0.05 0.18 0 0.27
HSL 284.12º 0.2% 0.67% -
HSV(B) 284.12º 0.18% 0.73% -
XYZ 38.72 35.84 51.89 -
YUV 164.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 178 153 187 0.05 0.18 0 0.27 284.12 0.2 0.67
Hex B2 99 BB 5 12 0 1B 11C 14 43
Octal 262 231 273 5 22 0 33 434 24 103
Binary 10110010 10011001 10111011 101 10010 0 11011 100011100 10100 1000011

Color Harmonies of #B299BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299BB

Black with #B299BB

Text Example


Text Example

White with #B299BB

Text Example


Text Example

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