#BD99E4

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

Shades of Perfume #BD99E4

Tints of Perfume #BD99E4

Color information

#BD99E4 (or 0xBD99E4) is unknown color: approx Perfume. HEX triplet: BD, 99 and E4. RGB value is (189,153,228). Sum of RGB (Red+Green+Blue) = 189+153+228=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD99E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99E4 is #42661B. Grayscale: #ACACAC. Windows color (decimal): -4351516 or 14981565. OLE color: 14981565.

HSL color Cylindrical-coordinate representation of color #BD99E4: hue angle of 268.8º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD99E4 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189153228-
CMYK0.170.3300.11
HSL268.8º58.14%74.71%-
HSV(B)268.8º32.89%89.41%-
XYZ46.3839.278.52-
YUV172.31159.43139.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 228 (89.45% from 255) = 40%
R=33.16%
G=26.84%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891532280.170.3300.11268.858.1474.71
HexBD99E411210B10d3a4b
Octal275231344214101341572113
Binary10111101100110011110010010001100001010111000011011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD99E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD99E4; }

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

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

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

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

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

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

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

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