Html Css Color HEX #BD9AF4 Perfume

📋 copy color: '#BD9AF4'

red 189 ◦ green 154 ◦ blue 244

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

Shades of Perfume #BD9AF4

Tints of Perfume #BD9AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.57%

R = 32.2%
G = 26.24%
B = 41.57%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD9AF4 (or 0xBD9AF4) is known color: Perfume. HEX triplet: BD, 9A and F4. RGB value is (189,154,244). Sum of RGB (Red+Green+Blue) = 189+154+244=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #BD9AF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AF4 is #42650B. Grayscale: #AEAEAE. Windows color (decimal): -4351244 or 16030397. OLE color: 16030397.

HSL color Cylindrical-coordinate representation of color #BD9AF4: hue angle of 263.33º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9AF4 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 154 244 -
CMYK 0.23 0.37 0 0.04
HSL 263.33º 0.8% 0.78% -
HSV(B) 263.33º 0.37% 0.96% -
XYZ 48.87 40.46 90.82 -
YUV 174.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 189 154 244 0.23 0.37 0 0.04 263.33 0.8 0.78
Hex BD 9A F4 17 25 0 4 107 50 4E
Octal 275 232 364 27 45 0 4 407 120 116
Binary 10111101 10011010 11110100 10111 100101 0 100 100000111 1010000 1001110

Color Harmonies of #BD9AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AF4

Black with #BD9AF4

Text Example


Text Example

White with #BD9AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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