#BD9CF0

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

Shades of Perfume #BD9CF0

Tints of Perfume #BD9CF0

Color information

#BD9CF0 (or 0xBD9CF0) is unknown color: approx Perfume. HEX triplet: BD, 9C and F0. RGB value is (189,156,240). Sum of RGB (Red+Green+Blue) = 189+156+240=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD9CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9CF0 is #42630F. Grayscale: #AFAFAF. Windows color (decimal): -4350736 or 15768765. OLE color: 15768765.

HSL color Cylindrical-coordinate representation of color #BD9CF0: hue angle of 263.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD9CF0 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189156240-
CMYK0.210.3500.06
HSL263.57º73.68%77.65%-
HSV(B)263.57º35%94.12%-
XYZ48.640.8987.77-
YUV175.44164.43137.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 240 (94.14% from 255) = 41.03%
R=32.31%
G=26.67%
B=41.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891562400.210.3500.06263.5773.6877.65
HexBD9CF01523061084a4e
Octal275234360254306410112116
Binary10111101100111001111000010101100011011010000100010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CF0; }

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

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

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

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

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

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

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

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