Html Css Color HEX #BD99DF Perfume

📋 copy color: '#BD99DF'

red 189 ◦ green 153 ◦ blue 223

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

Shades of Perfume #BD99DF

Tints of Perfume #BD99DF

RGB

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

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

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

R = 33.45%
G = 27.08%
B = 39.47%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD99DF (or 0xBD99DF) is known color: Perfume. HEX triplet: BD, 99 and DF. RGB value is (189,153,223). Sum of RGB (Red+Green+Blue) = 189+153+223=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99DF is #426620. Grayscale: #ABABAB. Windows color (decimal): -4351521 or 14653885. OLE color: 14653885.

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

Color convert

RGB 189 153 223 -
CMYK 0.15 0.31 0 0.13
HSL 270.86º 0.52% 0.74% -
HSV(B) 270.86º 0.31% 0.87% -
XYZ 45.7 38.93 74.92 -
YUV 171.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 189 153 223 0.15 0.31 0 0.13 270.86 0.52 0.74
Hex BD 99 DF F 1F 0 D 10F 34 4A
Octal 275 231 337 17 37 0 15 417 64 112
Binary 10111101 10011001 11011111 1111 11111 0 1101 100001111 110100 1001010

Color Harmonies of #BD99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99DF

Black with #BD99DF

Text Example


Text Example

White with #BD99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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