#BD99E0

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

Shades of Perfume #BD99E0

Tints of Perfume #BD99E0

Color information

#BD99E0 (or 0xBD99E0) is unknown color: approx Perfume. HEX triplet: BD, 99 and E0. RGB value is (189,153,224). Sum of RGB (Red+Green+Blue) = 189+153+224=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99E0 is #42661F. Grayscale: #ABABAB. Windows color (decimal): -4351520 or 14719421. OLE color: 14719421.

HSL color Cylindrical-coordinate representation of color #BD99E0: hue angle of 270.42º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD99E0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189153224-
CMYK0.160.3200.12
HSL270.42º53.38%73.92%-
HSV(B)270.42º31.7%87.84%-
XYZ45.8338.9875.63-
YUV171.86157.43140.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 153 (60.16% from 255) = 27.03%
BLUE value IS 224 (87.89% from 255) = 39.58%
R=33.39%
G=27.03%
B=39.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891532240.160.3200.12270.4253.3873.92
HexBD99E010200C10e354a
Octal275231340204001441665112
Binary10111101100110011110000010000100000011001000011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD99E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD99E0; }

 p { color: rgb(189,153,224); }

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

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

 a { background-color: rgb(189,153,224); }

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

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

 span { border-color: rgb(189,153,224); }

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