#BB9DD4

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

Shades of Perfume #BB9DD4

Tints of Perfume #BB9DD4

Color information

#BB9DD4 (or 0xBB9DD4) is unknown color: approx Perfume. HEX triplet: BB, 9D and D4. RGB value is (187,157,212). Sum of RGB (Red+Green+Blue) = 187+157+212=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DD4 is #44622B. Grayscale: #ACACAC. Windows color (decimal): -4481580 or 13934011. OLE color: 13934011.

HSL color Cylindrical-coordinate representation of color #BB9DD4: hue angle of 272.73º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB9DD4 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187157212-
CMYK0.120.2600.17
HSL272.73º39.01%72.35%-
HSV(B)272.73º25.94%83.14%-
XYZ44.4339.4367.56-
YUV172.24150.44138.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=33.63%
G=28.24%
B=38.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871572120.120.2600.17272.7339.0172.35
HexBB9DD4C1A0111112748
Octal273235324143202142147110
Binary1011101110011101110101001100110100100011000100011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DD4; }

 p { color: rgb(187,157,212); }

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

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

 a { background-color: rgb(187,157,212); }

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

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

 span { border-color: rgb(187,157,212); }

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