#B993C1

Color #B993C1 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B993C1

Tints of East Side #B993C1

Color information

#B993C1 (or 0xB993C1) is unknown color: approx East Side. HEX triplet: B9, 93 and C1. RGB value is (185,147,193). Sum of RGB (Red+Green+Blue) = 185+147+193=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #B993C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993C1 is #466C3E. Grayscale: #A3A3A3. Windows color (decimal): -4615231 or 12686265. OLE color: 12686265.

HSL color Cylindrical-coordinate representation of color #B993C1: hue angle of 289.57º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B993C1 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185147193-
CMYK0.040.2400.24
HSL289.57º27.06%66.67%-
HSV(B)289.57º23.83%75.69%-
XYZ40.0735.0355.1-
YUV163.61144.59143.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=35.24%
G=28%
B=36.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851471930.040.2400.24289.5727.0666.67
HexB993C14180181221b43
Octal27122330143003044233103
Binary10111001100100111100000110011000011000100100010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993C1; }

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

 H1.HeaderClassName
 {
   color: #B993C1;
 }
 .AnyTagClassName
 {
   color: #B993C1;
 }
</style>
background-color css

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

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

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

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

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

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