Html Css Color HEX #B990CA East Side

📋 copy color: '#B990CA'

red 185 ◦ green 144 ◦ blue 202

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

Shades of East Side #B990CA

Tints of East Side #B990CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 34.84%
G = 27.12%
B = 38.04%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B990CA (or 0xB990CA) is known color: East Side. HEX triplet: B9, 90 and CA. RGB value is (185,144,202). Sum of RGB (Red+Green+Blue) = 185+144+202=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #B990CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990CA is #466F35. Grayscale: #A2A2A2. Windows color (decimal): -4615990 or 13275321. OLE color: 13275321.

HSL color Cylindrical-coordinate representation of color #B990CA: hue angle of 282.41º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B990CA is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 144 202 -
CMYK 0.08 0.29 0 0.21
HSL 282.41º 0.35% 0.68% -
HSV(B) 282.41º 0.29% 0.79% -
XYZ 40.64 34.53 60.4 -
YUV 162.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 185 144 202 0.08 0.29 0 0.21 282.41 0.35 0.68
Hex B9 90 CA 8 1D 0 15 11A 23 44
Octal 271 220 312 10 35 0 25 432 43 104
Binary 10111001 10010000 11001010 1000 11101 0 10101 100011010 100011 1000100

Color Harmonies of #B990CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990CA

Black with #B990CA

Text Example


Text Example

White with #B990CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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