#BD9DE4

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

Shades of Perfume #BD9DE4

Tints of Perfume #BD9DE4

Color information

#BD9DE4 (or 0xBD9DE4) is unknown color: approx Perfume. HEX triplet: BD, 9D and E4. RGB value is (189,157,228). Sum of RGB (Red+Green+Blue) = 189+157+228=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD9DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DE4 is #42621B. Grayscale: #AEAEAE. Windows color (decimal): -4350492 or 14982589. OLE color: 14982589.

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

Color convert

RGB189157228-
CMYK0.170.3100.11
HSL267.04º56.8%75.49%-
HSV(B)267.04º31.14%89.41%-
XYZ47.0540.5378.74-
YUV174.66158.1138.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 157 (61.72% from 255) = 27.35%
BLUE value IS 228 (89.45% from 255) = 39.72%
R=32.93%
G=27.35%
B=39.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891572280.170.3100.11267.0456.875.49
HexBD9DE4111F0B10b394b
Octal275235344213701341371113
Binary1011110110011101111001001000111111010111000010111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9DE4; }

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

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

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

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

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

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

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

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