#BB90ED

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

Shades of Perfume #BB90ED

Tints of Perfume #BB90ED

Color information

#BB90ED (or 0xBB90ED) is unknown color: approx Perfume. HEX triplet: BB, 90 and ED. RGB value is (187,144,237). Sum of RGB (Red+Green+Blue) = 187+144+237=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90ED is #446F12. Grayscale: #A7A7A7. Windows color (decimal): -4484883 or 15569083. OLE color: 15569083.

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

Color convert

RGB187144237-
CMYK0.210.3900.07
HSL267.74º72.09%74.71%-
HSV(B)267.74º39.24%92.94%-
XYZ45.7536.6384.78-
YUV167.46167.25141.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=32.92%
G=25.35%
B=41.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871442370.210.3900.07267.7472.0974.71
HexBB90ED15270710c484b
Octal273220355254707414110113
Binary10111011100100001110110110101100111011110000110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90ED; }

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

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

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

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

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

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

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

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