#BD90C9

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

Shades of East Side #BD90C9

Tints of East Side #BD90C9

Color information

#BD90C9 (or 0xBD90C9) is unknown color: approx East Side. HEX triplet: BD, 90 and C9. RGB value is (189,144,201). Sum of RGB (Red+Green+Blue) = 189+144+201=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD90C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90C9 is #426F36. Grayscale: #A3A3A3. Windows color (decimal): -4353847 or 13209789. OLE color: 13209789.

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

Color convert

RGB189144201-
CMYK0.060.2800.21
HSL287.37º34.55%67.65%-
HSV(B)287.37º28.36%78.82%-
XYZ41.534.9859.82-
YUV163.95148.91145.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=35.39%
G=26.97%
B=37.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891442010.060.2800.21287.3734.5567.65
HexBD90C961C01511f2344
Octal27522031163402543743104
Binary101111011001000011001001110111000101011000111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90C9; }

 p { color: rgb(189,144,201); }

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

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

 a { background-color: rgb(189,144,201); }

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

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

 span { border-color: rgb(189,144,201); }

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