Html Css Color HEX #BD9AEF Perfume

📋 copy color: '#BD9AEF'

red 189 ◦ green 154 ◦ blue 239

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

Shades of Perfume #BD9AEF

Tints of Perfume #BD9AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 32.47%
G = 26.46%
B = 41.07%

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

#BD9AEF (or 0xBD9AEF) is known color: Perfume. HEX triplet: BD, 9A and EF. RGB value is (189,154,239). Sum of RGB (Red+Green+Blue) = 189+154+239=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD9AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AEF is #426510. Grayscale: #ADADAD. Windows color (decimal): -4351249 or 15702717. OLE color: 15702717.

HSL color Cylindrical-coordinate representation of color #BD9AEF: hue angle of 264.71º degrees, saturation: 0.73, 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 #BD9AEF is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 154 239 -
CMYK 0.21 0.36 0 0.06
HSL 264.71º 0.73% 0.77% -
HSV(B) 264.71º 0.36% 0.94% -
XYZ 48.12 40.16 86.88 -
YUV 174.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 189 154 239 0.21 0.36 0 0.06 264.71 0.73 0.77
Hex BD 9A EF 15 24 0 6 109 49 4D
Octal 275 232 357 25 44 0 6 411 111 115
Binary 10111101 10011010 11101111 10101 100100 0 110 100001001 1001001 1001101

Color Harmonies of #BD9AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AEF

Black with #BD9AEF

Text Example


Text Example

White with #BD9AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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