#BD98FB

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

Shades of Perfume #BD98FB

Tints of Perfume #BD98FB

Color information

#BD98FB (or 0xBD98FB) is unknown color: approx Perfume. HEX triplet: BD, 98 and FB. RGB value is (189,152,251). Sum of RGB (Red+Green+Blue) = 189+152+251=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD98FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98FB is #426704. Grayscale: #ADADAD. Windows color (decimal): -4351749 or 16488637. OLE color: 16488637.

HSL color Cylindrical-coordinate representation of color #BD98FB: hue angle of 262.42º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD98FB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189152251-
CMYK0.250.3900.02
HSL262.42º92.52%79.02%-
HSV(B)262.42º39.44%98.43%-
XYZ49.6340.2496.42-
YUV174.35171.26138.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 152 (59.77% from 255) = 25.68%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=31.93%
G=25.68%
B=42.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891522510.250.3900.02262.4292.5279.02
HexBD98FB1927021065d4f
Octal275230373314702406135117
Binary1011110110011000111110111100110011101010000011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98FB; }

 p { color: rgb(189,152,251); }

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

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

 a { background-color: rgb(189,152,251); }

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

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

 span { border-color: rgb(189,152,251); }

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