Html Css Color HEX #BD98DF Perfume

📋 copy color: '#BD98DF'

red 189 ◦ green 152 ◦ blue 223

#BD98DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BD98DF

Tints of Perfume #BD98DF

RGB

 RED value IS 189 (74.22% from 255) = 33.51%

 GREEN value IS 152 (59.77% from 255) = 26.95%

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 33.51%
G = 26.95%
B = 39.54%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD98DF (or 0xBD98DF) is known color: Perfume. HEX triplet: BD, 98 and DF. RGB value is (189,152,223). Sum of RGB (Red+Green+Blue) = 189+152+223=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98DF is #426720. Grayscale: #AAAAAA. Windows color (decimal): -4351777 or 14653629. OLE color: 14653629.

HSL color Cylindrical-coordinate representation of color #BD98DF: hue angle of 271.27º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD98DF is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 152 223 -
CMYK 0.15 0.32 0 0.13
HSL 271.27º 0.53% 0.74% -
HSV(B) 271.27º 0.32% 0.87% -
XYZ 45.53 38.6 74.86 -
YUV 171.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 189 152 223 0.15 0.32 0 0.13 271.27 0.53 0.74
Hex BD 98 DF F 20 0 D 10F 35 4A
Octal 275 230 337 17 40 0 15 417 65 112
Binary 10111101 10011000 11011111 1111 100000 0 1101 100001111 110101 1001010

Color Harmonies of #BD98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98DF

Black with #BD98DF

Text Example


Text Example

White with #BD98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98DF; }

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

 H1.HeaderClassName
 {
   color: #BD98DF;
 }
 .AnyTagClassName
 {
   color: #BD98DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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