#BB9EDC

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

Shades of Perfume #BB9EDC

Tints of Perfume #BB9EDC

Color information

#BB9EDC (or 0xBB9EDC) is unknown color: approx Perfume. HEX triplet: BB, 9E and DC. RGB value is (187,158,220). Sum of RGB (Red+Green+Blue) = 187+158+220=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EDC is #446123. Grayscale: #ADADAD. Windows color (decimal): -4481316 or 14458555. OLE color: 14458555.

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

Color convert

RGB187158220-
CMYK0.150.2800.14
HSL268.06º46.97%74.12%-
HSV(B)268.06º28.18%86.27%-
XYZ45.6440.1973.06-
YUV173.74154.11137.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=33.10%
G=27.96%
B=38.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871582200.150.2800.14268.0646.9774.12
HexBB9EDCF1C0E10c2f4a
Octal273236334173401641457112
Binary101110111001111011011100111111100011101000011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EDC; }

 p { color: rgb(187,158,220); }

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

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

 a { background-color: rgb(187,158,220); }

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

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

 span { border-color: rgb(187,158,220); }

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