#BF9DDC

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

Shades of Perfume #BF9DDC

Tints of Perfume #BF9DDC

Color information

#BF9DDC (or 0xBF9DDC) is unknown color: approx Perfume. HEX triplet: BF, 9D and DC. RGB value is (191,157,220). Sum of RGB (Red+Green+Blue) = 191+157+220=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DDC is #406223. Grayscale: #AEAEAE. Windows color (decimal): -4219428 or 14458303. OLE color: 14458303.

HSL color Cylindrical-coordinate representation of color #BF9DDC: hue angle of 272.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF9DDC is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191157220-
CMYK0.130.2900.14
HSL272.38º47.37%73.92%-
HSV(B)272.38º28.64%86.27%-
XYZ46.4640.3673.05-
YUV174.35153.76139.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=33.63%
G=27.64%
B=38.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911572200.130.2900.14272.3847.3773.92
HexBF9DDCD1D0E1102f4a
Octal277235334153501642057112
Binary101111111001110111011100110111101011101000100001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DDC; }

 p { color: rgb(191,157,220); }

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

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

 a { background-color: rgb(191,157,220); }

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

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

 span { border-color: rgb(191,157,220); }

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