Html Css Color HEX #BD9FDA Perfume

📋 copy color: '#BD9FDA'

red 189 ◦ green 159 ◦ blue 218

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

Shades of Perfume #BD9FDA

Tints of Perfume #BD9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.09%

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 33.39%
G = 28.09%
B = 38.52%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD9FDA (or 0xBD9FDA) is known color: Perfume. HEX triplet: BD, 9F and DA. RGB value is (189,159,218). Sum of RGB (Red+Green+Blue) = 189+159+218=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FDA is #426025. Grayscale: #AEAEAE. Windows color (decimal): -4349990 or 14327741. OLE color: 14327741.

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

Color convert

RGB 189 159 218 -
CMYK 0.13 0.27 0 0.15
HSL 270.51º 0.44% 0.74% -
HSV(B) 270.51º 0.27% 0.85% -
XYZ 46.04 40.68 71.75 -
YUV 174.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 189 159 218 0.13 0.27 0 0.15 270.51 0.44 0.74
Hex BD 9F DA D 1B 0 F 10F 2C 4A
Octal 275 237 332 15 33 0 17 417 54 112
Binary 10111101 10011111 11011010 1101 11011 0 1111 100001111 101100 1001010

Color Harmonies of #BD9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FDA

Black with #BD9FDA

Text Example


Text Example

White with #BD9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FDA; }

 p { color: rgb(189,159,218); }

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

background-color css

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

 a { background-color: rgb(189,159,218); }

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

border-color css

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

 span { border-color: rgb(189,159,218); }

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