#bb98ed

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

Shades of Perfume #BB98ED

Tints of Perfume #BB98ED

Color information

#BB98ED (or 0xBB98ED) is unknown color: approx Perfume. HEX triplet: BB, 98 and ED. RGB value is (187,152,237). Sum of RGB (Red+Green+Blue) = 187+152+237=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB98ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB98ED is #446712. Grayscale: #ABABAB. Windows color (decimal): -4482835 or 15571131. OLE color: 15571131.

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

Color convert

RGB187152237-
CMYK0.210.3600.07
HSL264.71º70.25%76.27%-
HSV(B)264.71º35.86%92.94%-
XYZ47.0139.1485.2-
YUV172.16164.6138.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=32.47%
G=26.39%
B=41.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871522370.210.3600.07264.7170.2576.27
HexBB98ED152407109464c
Octal273230355254407411106114
Binary10111011100110001110110110101100100011110000100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb98ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb98ed; }

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

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

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

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

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

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

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

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