Html Css Color HEX #B298BF East Side

📋 copy color: '#B298BF'

red 178 ◦ green 152 ◦ blue 191

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

Shades of East Side #B298BF

Tints of East Side #B298BF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.17%

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

R = 34.17%
G = 29.17%
B = 36.66%

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

#B298BF (or 0xB298BF) is known color: East Side. HEX triplet: B2, 98 and BF. RGB value is (178,152,191). Sum of RGB (Red+Green+Blue) = 178+152+191=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #B298BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298BF is #4D6740. Grayscale: #A4A4A4. Windows color (decimal): -5072705 or 12556466. OLE color: 12556466.

HSL color Cylindrical-coordinate representation of color #B298BF: hue angle of 280º 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 #B298BF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 152 191 -
CMYK 0.07 0.20 0 0.25
HSL 280º 0.23% 0.67% -
HSV(B) 280º 0.2% 0.75% -
XYZ 38.99 35.68 54.12 -
YUV 164.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 178 152 191 0.07 0.20 0 0.25 280 0.23 0.67
Hex B2 98 BF 7 14 0 19 118 17 43
Octal 262 230 277 7 24 0 31 430 27 103
Binary 10110010 10011000 10111111 111 10100 0 11001 100011000 10111 1000011

Color Harmonies of #B298BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298BF

Black with #B298BF

Text Example


Text Example

White with #B298BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B298BF; }

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

 H1.HeaderClassName
 {
   color: #B298BF;
 }
 .AnyTagClassName
 {
   color: #B298BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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