#BBA0D7

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

Shades of Perfume #BBA0D7

Tints of Perfume #BBA0D7

Color information

#BBA0D7 (or 0xBBA0D7) is unknown color: approx Perfume. HEX triplet: BB, A0 and D7. RGB value is (187,160,215). Sum of RGB (Red+Green+Blue) = 187+160+215=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBA0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0D7 is #445F28. Grayscale: #AEAEAE. Windows color (decimal): -4480809 or 14131387. OLE color: 14131387.

HSL color Cylindrical-coordinate representation of color #BBA0D7: hue angle of 269.45º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA0D7 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187160215-
CMYK0.130.2600.16
HSL269.45º40.74%73.53%-
HSV(B)269.45º25.58%84.31%-
XYZ45.3340.6169.74-
YUV174.34150.95137.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=33.27%
G=28.47%
B=38.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871602150.130.2600.16269.4540.7473.53
HexBBA0D7D1A01010d294a
Octal273240327153202041551112
Binary1011101110100000110101111101110100100001000011011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0D7; }

 p { color: rgb(187,160,215); }

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

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

 a { background-color: rgb(187,160,215); }

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

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

 span { border-color: rgb(187,160,215); }

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