Html Css Color HEX #B993CA East Side

📋 copy color: '#B993CA'

red 185 ◦ green 147 ◦ blue 202

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

Shades of East Side #B993CA

Tints of East Side #B993CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.53%

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

R = 34.64%
G = 27.53%
B = 37.83%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B993CA (or 0xB993CA) is known color: East Side. HEX triplet: B9, 93 and CA. RGB value is (185,147,202). Sum of RGB (Red+Green+Blue) = 185+147+202=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #B993CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993CA is #466C35. Grayscale: #A4A4A4. Windows color (decimal): -4615222 or 13276089. OLE color: 13276089.

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

Color convert

RGB 185 147 202 -
CMYK 0.08 0.27 0 0.21
HSL 281.45º 0.34% 0.68% -
HSV(B) 281.45º 0.27% 0.79% -
XYZ 41.1 35.45 60.55 -
YUV 164.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 185 147 202 0.08 0.27 0 0.21 281.45 0.34 0.68
Hex B9 93 CA 8 1B 0 15 119 22 44
Octal 271 223 312 10 33 0 25 431 42 104
Binary 10111001 10010011 11001010 1000 11011 0 10101 100011001 100010 1000100

Color Harmonies of #B993CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993CA

Black with #B993CA

Text Example


Text Example

White with #B993CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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