Html Css Color HEX #BD9DF0 Perfume

📋 copy color: '#BD9DF0'

red 189 ◦ green 157 ◦ blue 240

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

Shades of Perfume #BD9DF0

Tints of Perfume #BD9DF0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.79%

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 32.25%
G = 26.79%
B = 40.96%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD9DF0 (or 0xBD9DF0) is known color: Perfume. HEX triplet: BD, 9D and F0. RGB value is (189,157,240). Sum of RGB (Red+Green+Blue) = 189+157+240=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD9DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9DF0 is #42620F. Grayscale: #AFAFAF. Windows color (decimal): -4350480 or 15769021. OLE color: 15769021.

HSL color Cylindrical-coordinate representation of color #BD9DF0: hue angle of 263.13º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD9DF0 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 157 240 -
CMYK 0.21 0.35 0 0.06
HSL 263.13º 0.73% 0.78% -
HSV(B) 263.13º 0.35% 0.94% -
XYZ 48.77 41.22 87.82 -
YUV 176.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 189 157 240 0.21 0.35 0 0.06 263.13 0.73 0.78
Hex BD 9D F0 15 23 0 6 107 49 4E
Octal 275 235 360 25 43 0 6 407 111 116
Binary 10111101 10011101 11110000 10101 100011 0 110 100000111 1001001 1001110

Color Harmonies of #BD9DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DF0

Black with #BD9DF0

Text Example


Text Example

White with #BD9DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DF0; }

 p { color: rgb(189,157,240); }

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

background-color css

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

 a { background-color: rgb(189,157,240); }

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

border-color css

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

 span { border-color: rgb(189,157,240); }

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