Html Css Color HEX #B990BF East Side

📋 copy color: '#B990BF'

red 185 ◦ green 144 ◦ blue 191

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

Shades of East Side #B990BF

Tints of East Side #B990BF

RGB

 RED value IS 185 (72.66% from 255) = 35.58%

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

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

R = 35.58%
G = 27.69%
B = 36.73%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B990BF (or 0xB990BF) is known color: East Side. HEX triplet: B9, 90 and BF. RGB value is (185,144,191). Sum of RGB (Red+Green+Blue) = 185+144+191=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #B990BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990BF is #466F40. Grayscale: #A1A1A1. Windows color (decimal): -4616001 or 12554425. OLE color: 12554425.

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

Color convert

RGB 185 144 191 -
CMYK 0.03 0.25 0 0.25
HSL 292.34º 0.27% 0.66% -
HSV(B) 292.34º 0.25% 0.75% -
XYZ 39.38 34.02 53.78 -
YUV 161.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 185 144 191 0.03 0.25 0 0.25 292.34 0.27 0.66
Hex B9 90 BF 3 19 0 19 124 1B 42
Octal 271 220 277 3 31 0 31 444 33 102
Binary 10111001 10010000 10111111 11 11001 0 11001 100100100 11011 1000010

Color Harmonies of #B990BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990BF

Black with #B990BF

Text Example


Text Example

White with #B990BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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