#BD98FF

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

Shades of Perfume #BD98FF

Tints of Perfume #BD98FF

Color information

#BD98FF (or 0xBD98FF) is unknown color: approx Perfume. HEX triplet: BD, 98 and FF. RGB value is (189,152,255). Sum of RGB (Red+Green+Blue) = 189+152+255=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98FF is #426700. Grayscale: #AEAEAE. Windows color (decimal): -4351745 or 16750781. OLE color: 16750781.

HSL color Cylindrical-coordinate representation of color #BD98FF: hue angle of 261.55º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD98FF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189152255-
CMYK0.260.4000
HSL261.55º100%79.8%-
HSV(B)261.55º40.39%100%-
XYZ50.2640.599.77-
YUV174.8173.26138.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 152 (59.77% from 255) = 25.50%
BLUE value IS 255 (100% from 255) = 42.79%
R=31.71%
G=25.50%
B=42.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891522550.260.4000261.5510079.8
HexBD98FF1A28001066450
Octal275230377325000406144120
Binary101111011001100011111111110101010000010000011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98FF; }

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

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

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

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

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

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

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

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