Html Css Color HEX #B990CD East Side

📋 copy color: '#B990CD'

red 185 ◦ green 144 ◦ blue 205

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

Shades of East Side #B990CD

Tints of East Side #B990CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 34.64%
G = 26.97%
B = 38.39%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B990CD (or 0xB990CD) is known color: East Side. HEX triplet: B9, 90 and CD. RGB value is (185,144,205). Sum of RGB (Red+Green+Blue) = 185+144+205=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #B990CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990CD is #466F32. Grayscale: #A3A3A3. Windows color (decimal): -4615987 or 13471929. OLE color: 13471929.

HSL color Cylindrical-coordinate representation of color #B990CD: hue angle of 280.33º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B990CD is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 144 205 -
CMYK 0.10 0.30 0 0.20
HSL 280.33º 0.38% 0.68% -
HSV(B) 280.33º 0.3% 0.8% -
XYZ 41 34.67 62.29 -
YUV 163.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 185 144 205 0.10 0.30 0 0.20 280.33 0.38 0.68
Hex B9 90 CD A 1E 0 14 118 26 44
Octal 271 220 315 12 36 0 24 430 46 104
Binary 10111001 10010000 11001101 1010 11110 0 10100 100011000 100110 1000100

Color Harmonies of #B990CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990CD

Black with #B990CD

Text Example


Text Example

White with #B990CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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