#bd9cee

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

Shades of Perfume #BD9CEE

Tints of Perfume #BD9CEE

Color information

#BD9CEE (or 0xBD9CEE) is unknown color: approx Perfume. HEX triplet: BD, 9C and EE. RGB value is (189,156,238). Sum of RGB (Red+Green+Blue) = 189+156+238=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9CEE is #426311. Grayscale: #AEAEAE. Windows color (decimal): -4350738 or 15637693. OLE color: 15637693.

HSL color Cylindrical-coordinate representation of color #BD9CEE: hue angle of 264.15º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD9CEE is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189156238-
CMYK0.210.3400.07
HSL264.15º70.69%77.25%-
HSV(B)264.15º34.45%93.33%-
XYZ48.3140.7786.21-
YUV175.21163.43137.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=32.42%
G=26.76%
B=40.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891562380.210.3400.07264.1570.6977.25
HexBD9CEE152207108474d
Octal275234356254207410107115
Binary10111101100111001110111010101100010011110000100010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd9cee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd9cee; }

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

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

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

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

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

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

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

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