Html Css Color HEX #BD99F5 Perfume

📋 copy color: '#BD99F5'

red 189 ◦ green 153 ◦ blue 245

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

Shades of Perfume #BD99F5

Tints of Perfume #BD99F5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.06%

 BLUE value IS 245 (96.09% from 255) = 41.74%

R = 32.2%
G = 26.06%
B = 41.74%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD99F5 (or 0xBD99F5) is known color: Perfume. HEX triplet: BD, 99 and F5. RGB value is (189,153,245). Sum of RGB (Red+Green+Blue) = 189+153+245=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD99F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD99F5 is #42660A. Grayscale: #ADADAD. Windows color (decimal): -4351499 or 16095677. OLE color: 16095677.

HSL color Cylindrical-coordinate representation of color #BD99F5: hue angle of 263.48º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD99F5 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 153 245 -
CMYK 0.23 0.38 0 0.04
HSL 263.48º 0.82% 0.78% -
HSV(B) 263.48º 0.38% 0.96% -
XYZ 48.86 40.19 91.57 -
YUV 174.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 189 153 245 0.23 0.38 0 0.04 263.48 0.82 0.78
Hex BD 99 F5 17 26 0 4 107 52 4E
Octal 275 231 365 27 46 0 4 407 122 116
Binary 10111101 10011001 11110101 10111 100110 0 100 100000111 1010010 1001110

Color Harmonies of #BD99F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99F5

Black with #BD99F5

Text Example


Text Example

White with #BD99F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99F5; }

 p { color: rgb(189,153,245); }

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

background-color css

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

 a { background-color: rgb(189,153,245); }

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

border-color css

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

 span { border-color: rgb(189,153,245); }

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