#BB8CF8

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

Shades of Perfume #BB8CF8

Tints of Perfume #BB8CF8

Color information

#BB8CF8 (or 0xBB8CF8) is unknown color: approx Perfume. HEX triplet: BB, 8C and F8. RGB value is (187,140,248). Sum of RGB (Red+Green+Blue) = 187+140+248=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB8CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CF8 is #447307. Grayscale: #A5A5A5. Windows color (decimal): -4485896 or 16288955. OLE color: 16288955.

HSL color Cylindrical-coordinate representation of color #BB8CF8: hue angle of 266.11º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8CF8 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187140248-
CMYK0.250.4400.03
HSL266.11º88.52%76.08%-
HSV(B)266.11º43.55%97.25%-
XYZ46.8136.193.31-
YUV166.36174.07142.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 140 (55.08% from 255) = 24.35%
BLUE value IS 248 (97.27% from 255) = 43.13%
R=32.52%
G=24.35%
B=43.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871402480.250.4400.03266.1188.5276.08
HexBB8CF8192C0310a594c
Octal273214370315403412131114
Binary1011101110001100111110001100110110001110000101010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8CF8; }

 p { color: rgb(187,140,248); }

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

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

 a { background-color: rgb(187,140,248); }

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

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

 span { border-color: rgb(187,140,248); }

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