Html Css Color HEX #BD9AED Perfume

📋 copy color: '#BD9AED'

red 189 ◦ green 154 ◦ blue 237

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

Shades of Perfume #BD9AED

Tints of Perfume #BD9AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 32.59%
G = 26.55%
B = 40.86%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD9AED (or 0xBD9AED) is known color: Perfume. HEX triplet: BD, 9A and ED. RGB value is (189,154,237). Sum of RGB (Red+Green+Blue) = 189+154+237=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD9AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AED is #426512. Grayscale: #ADADAD. Windows color (decimal): -4351251 or 15571645. OLE color: 15571645.

HSL color Cylindrical-coordinate representation of color #BD9AED: hue angle of 265.3º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD9AED is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 154 237 -
CMYK 0.20 0.35 0 0.07
HSL 265.3º 0.7% 0.77% -
HSV(B) 265.3º 0.35% 0.93% -
XYZ 47.83 40.04 85.33 -
YUV 173.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 189 154 237 0.20 0.35 0 0.07 265.3 0.7 0.77
Hex BD 9A ED 14 23 0 7 109 46 4D
Octal 275 232 355 24 43 0 7 411 106 115
Binary 10111101 10011010 11101101 10100 100011 0 111 100001001 1000110 1001101

Color Harmonies of #BD9AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AED

Black with #BD9AED

Text Example


Text Example

White with #BD9AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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