Html Css Color HEX #BD98F8 Perfume

📋 copy color: '#BD98F8'

red 189 ◦ green 152 ◦ blue 248

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

Shades of Perfume #BD98F8

Tints of Perfume #BD98F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.11%

R = 32.09%
G = 25.81%
B = 42.11%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD98F8 (or 0xBD98F8) is known color: Perfume. HEX triplet: BD, 98 and F8. RGB value is (189,152,248). Sum of RGB (Red+Green+Blue) = 189+152+248=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD98F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98F8 is #426707. Grayscale: #ADADAD. Windows color (decimal): -4351752 or 16292029. OLE color: 16292029.

HSL color Cylindrical-coordinate representation of color #BD98F8: hue angle of 263.12º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD98F8 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 152 248 -
CMYK 0.24 0.39 0 0.03
HSL 263.13º 0.87% 0.78% -
HSV(B) 263.13º 0.39% 0.97% -
XYZ 49.16 40.05 93.95 -
YUV 174.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 189 152 248 0.24 0.39 0 0.03 263.13 0.87 0.78
Hex BD 98 F8 18 27 0 3 107 57 4E
Octal 275 230 370 30 47 0 3 407 127 116
Binary 10111101 10011000 11111000 11000 100111 0 11 100000111 1010111 1001110

Color Harmonies of #BD98F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98F8

Black with #BD98F8

Text Example


Text Example

White with #BD98F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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