Html Css Color HEX #B990CE East Side

📋 copy color: '#B990CE'

red 185 ◦ green 144 ◦ blue 206

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

Shades of East Side #B990CE

Tints of East Side #B990CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 34.58%
G = 26.92%
B = 38.5%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B990CE (or 0xB990CE) is known color: East Side. HEX triplet: B9, 90 and CE. RGB value is (185,144,206). Sum of RGB (Red+Green+Blue) = 185+144+206=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #B990CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990CE is #466F31. Grayscale: #A3A3A3. Windows color (decimal): -4615986 or 13537465. OLE color: 13537465.

HSL color Cylindrical-coordinate representation of color #B990CE: hue angle of 279.68º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B990CE is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 144 206 -
CMYK 0.10 0.30 0 0.19
HSL 279.68º 0.39% 0.69% -
HSV(B) 279.68º 0.3% 0.81% -
XYZ 41.12 34.72 62.93 -
YUV 163.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 185 144 206 0.10 0.30 0 0.19 279.68 0.39 0.69
Hex B9 90 CE A 1E 0 13 118 27 45
Octal 271 220 316 12 36 0 23 430 47 105
Binary 10111001 10010000 11001110 1010 11110 0 10011 100011000 100111 1000101

Color Harmonies of #B990CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990CE

Black with #B990CE

Text Example


Text Example

White with #B990CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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