#BBA0ED

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

Shades of Perfume #BBA0ED

Tints of Perfume #BBA0ED

Color information

#BBA0ED (or 0xBBA0ED) is unknown color: approx Perfume. HEX triplet: BB, A0 and ED. RGB value is (187,160,237). Sum of RGB (Red+Green+Blue) = 187+160+237=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0ED is #445F12. Grayscale: #B0B0B0. Windows color (decimal): -4480787 or 15573179. OLE color: 15573179.

HSL color Cylindrical-coordinate representation of color #BBA0ED: hue angle of 261.04º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA0ED is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187160237-
CMYK0.210.3200.07
HSL261.04º68.14%77.84%-
HSV(B)261.04º32.49%92.94%-
XYZ48.3541.8285.64-
YUV176.85161.95135.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=32.02%
G=27.40%
B=40.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871602370.210.3200.07261.0468.1477.84
HexBBA0ED152007105444e
Octal273240355254007405104116
Binary10111011101000001110110110101100000011110000010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0ED; }

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

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

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

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

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

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

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

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