#BD98EB

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

Shades of Perfume #BD98EB

Tints of Perfume #BD98EB

Color information

#BD98EB (or 0xBD98EB) is unknown color: approx Perfume. HEX triplet: BD, 98 and EB. RGB value is (189,152,235). Sum of RGB (Red+Green+Blue) = 189+152+235=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD98EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98EB is #426714. Grayscale: #ACACAC. Windows color (decimal): -4351765 or 15440061. OLE color: 15440061.

HSL color Cylindrical-coordinate representation of color #BD98EB: hue angle of 266.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD98EB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189152235-
CMYK0.200.3500.08
HSL266.75º67.48%75.88%-
HSV(B)266.75º35.32%92.16%-
XYZ47.2139.2783.69-
YUV172.52163.26139.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=32.81%
G=26.39%
B=40.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891522350.200.3500.08266.7567.4875.88
HexBD98EB14230810b434c
Octal2752303532443010413103114
Binary101111011001100011101011101001000110100010000101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98EB; }

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

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

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

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

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

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

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

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