Html Css Color HEX #BD99DD Perfume

📋 copy color: '#BD99DD'

red 189 ◦ green 153 ◦ blue 221

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

Shades of Perfume #BD99DD

Tints of Perfume #BD99DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 33.57%
G = 27.18%
B = 39.25%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD99DD (or 0xBD99DD) is known color: Perfume. HEX triplet: BD, 99 and DD. RGB value is (189,153,221). Sum of RGB (Red+Green+Blue) = 189+153+221=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99DD is #426622. Grayscale: #ABABAB. Windows color (decimal): -4351523 or 14522813. OLE color: 14522813.

HSL color Cylindrical-coordinate representation of color #BD99DD: hue angle of 271.76º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD99DD is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 153 221 -
CMYK 0.14 0.31 0 0.13
HSL 271.76º 0.5% 0.73% -
HSV(B) 271.76º 0.31% 0.87% -
XYZ 45.43 38.82 73.51 -
YUV 171.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 189 153 221 0.14 0.31 0 0.13 271.76 0.5 0.73
Hex BD 99 DD E 1F 0 D 110 32 49
Octal 275 231 335 16 37 0 15 420 62 111
Binary 10111101 10011001 11011101 1110 11111 0 1101 100010000 110010 1001001

Color Harmonies of #BD99DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99DD

Black with #BD99DD

Text Example


Text Example

White with #BD99DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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