Html Css Color HEX #B993CE East Side

📋 copy color: '#B993CE'

red 185 ◦ green 147 ◦ blue 206

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

Shades of East Side #B993CE

Tints of East Side #B993CE

RGB

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

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

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

R = 34.39%
G = 27.32%
B = 38.29%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B993CE (or 0xB993CE) is known color: East Side. HEX triplet: B9, 93 and CE. RGB value is (185,147,206). Sum of RGB (Red+Green+Blue) = 185+147+206=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #B993CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993CE is #466C31. Grayscale: #A4A4A4. Windows color (decimal): -4615218 or 13538233. OLE color: 13538233.

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

Color convert

RGB 185 147 206 -
CMYK 0.10 0.29 0 0.19
HSL 278.64º 0.38% 0.69% -
HSV(B) 278.64º 0.29% 0.81% -
XYZ 41.58 35.64 63.08 -
YUV 165.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 185 147 206 0.10 0.29 0 0.19 278.64 0.38 0.69
Hex B9 93 CE A 1D 0 13 117 26 45
Octal 271 223 316 12 35 0 23 427 46 105
Binary 10111001 10010011 11001110 1010 11101 0 10011 100010111 100110 1000101

Color Harmonies of #B993CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993CE

Black with #B993CE

Text Example


Text Example

White with #B993CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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