#BB95DC

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

Shades of Perfume #BB95DC

Tints of Perfume #BB95DC

Color information

#BB95DC (or 0xBB95DC) is unknown color: approx Perfume. HEX triplet: BB, 95 and DC. RGB value is (187,149,220). Sum of RGB (Red+Green+Blue) = 187+149+220=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95DC is #446A23. Grayscale: #A8A8A8. Windows color (decimal): -4483620 or 14456251. OLE color: 14456251.

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

Color convert

RGB187149220-
CMYK0.150.3200.14
HSL272.11º50.35%72.35%-
HSV(B)272.11º32.27%86.27%-
XYZ44.1637.2372.57-
YUV168.46157.09141.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=33.63%
G=26.80%
B=39.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871492200.150.3200.14272.1150.3572.35
HexBB95DCF200E1103248
Octal273225334174001642062110
Binary1011101110010101110111001111100000011101000100001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95DC; }

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

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

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

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

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

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

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

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