#BD9CDE

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

Shades of Perfume #BD9CDE

Tints of Perfume #BD9CDE

Color information

#BD9CDE (or 0xBD9CDE) is unknown color: approx Perfume. HEX triplet: BD, 9C and DE. RGB value is (189,156,222). Sum of RGB (Red+Green+Blue) = 189+156+222=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD9CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CDE is #426321. Grayscale: #ADADAD. Windows color (decimal): -4350754 or 14589117. OLE color: 14589117.

HSL color Cylindrical-coordinate representation of color #BD9CDE: hue angle of 270º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9CDE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189156222-
CMYK0.150.3000.13
HSL270º50%74.12%-
HSV(B)270º29.73%87.06%-
XYZ46.0639.8774.38-
YUV173.39155.43139.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=33.33%
G=27.51%
B=39.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891562220.150.3000.132705074.12
HexBD9CDEF1E0D10e324a
Octal275234336173601541662112
Binary101111011001110011011110111111110011011000011101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CDE; }

 p { color: rgb(189,156,222); }

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

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

 a { background-color: rgb(189,156,222); }

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

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

 span { border-color: rgb(189,156,222); }

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