Html Css Color HEX #BD9AF0 Perfume

📋 copy color: '#BD9AF0'

red 189 ◦ green 154 ◦ blue 240

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

Shades of Perfume #BD9AF0

Tints of Perfume #BD9AF0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.42%

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

R = 32.42%
G = 26.42%
B = 41.17%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD9AF0 (or 0xBD9AF0) is known color: Perfume. HEX triplet: BD, 9A and F0. RGB value is (189,154,240). Sum of RGB (Red+Green+Blue) = 189+154+240=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD9AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AF0 is #42650F. Grayscale: #ADADAD. Windows color (decimal): -4351248 or 15768253. OLE color: 15768253.

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

Color convert

RGB 189 154 240 -
CMYK 0.21 0.36 0 0.06
HSL 264.42º 0.74% 0.77% -
HSV(B) 264.42º 0.36% 0.94% -
XYZ 48.27 40.22 87.66 -
YUV 174.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 189 154 240 0.21 0.36 0 0.06 264.42 0.74 0.77
Hex BD 9A F0 15 24 0 6 108 4A 4D
Octal 275 232 360 25 44 0 6 410 112 115
Binary 10111101 10011010 11110000 10101 100100 0 110 100001000 1001010 1001101

Color Harmonies of #BD9AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AF0

Black with #BD9AF0

Text Example


Text Example

White with #BD9AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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