Html Css Color HEX #B993CC East Side

📋 copy color: '#B993CC'

red 185 ◦ green 147 ◦ blue 204

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

Shades of East Side #B993CC

Tints of East Side #B993CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 34.51%
G = 27.43%
B = 38.06%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B993CC (or 0xB993CC) is known color: East Side. HEX triplet: B9, 93 and CC. RGB value is (185,147,204). Sum of RGB (Red+Green+Blue) = 185+147+204=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #B993CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993CC is #466C33. Grayscale: #A4A4A4. Windows color (decimal): -4615220 or 13407161. OLE color: 13407161.

HSL color Cylindrical-coordinate representation of color #B993CC: hue angle of 280º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B993CC is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 147 204 -
CMYK 0.09 0.28 0 0.2
HSL 280º 0.36% 0.69% -
HSV(B) 280º 0.28% 0.8% -
XYZ 41.34 35.54 61.81 -
YUV 164.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 185 147 204 0.09 0.28 0 0.2 280 0.36 0.69
Hex B9 93 CC 9 1C 0 14 118 24 45
Octal 271 223 314 11 34 0 24 430 44 105
Binary 10111001 10010011 11001100 1001 11100 0 10100 100011000 100100 1000101

Color Harmonies of #B993CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993CC

Black with #B993CC

Text Example


Text Example

White with #B993CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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