Html Css Color HEX #B090BF East Side

📋 copy color: '#B090BF'

red 176 ◦ green 144 ◦ blue 191

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

Shades of East Side #B090BF

Tints of East Side #B090BF

RGB

 RED value IS 176 (69.14% from 255) = 34.44%

 GREEN value IS 144 (56.64% from 255) = 28.18%

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

R = 34.44%
G = 28.18%
B = 37.38%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B090BF (or 0xB090BF) is known color: East Side. HEX triplet: B0, 90 and BF. RGB value is (176,144,191). Sum of RGB (Red+Green+Blue) = 176+144+191=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #B090BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090BF is #4F6F40. Grayscale: #9E9E9E. Windows color (decimal): -5205825 or 12554416. OLE color: 12554416.

HSL color Cylindrical-coordinate representation of color #B090BF: hue angle of 280.85º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B090BF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 144 191 -
CMYK 0.08 0.25 0 0.25
HSL 280.85º 0.27% 0.66% -
HSV(B) 280.85º 0.25% 0.75% -
XYZ 37.28 32.94 53.68 -
YUV 158.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 176 144 191 0.08 0.25 0 0.25 280.85 0.27 0.66
Hex B0 90 BF 8 19 0 19 119 1B 42
Octal 260 220 277 10 31 0 31 431 33 102
Binary 10110000 10010000 10111111 1000 11001 0 11001 100011001 11011 1000010

Color Harmonies of #B090BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090BF

Black with #B090BF

Text Example


Text Example

White with #B090BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090BF; }

 p { color: rgb(176,144,191); }

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

background-color css

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

 a { background-color: rgb(176,144,191); }

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

border-color css

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

 span { border-color: rgb(176,144,191); }

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