Html Css Color HEX #BD9AEA Perfume

📋 copy color: '#BD9AEA'

red 189 ◦ green 154 ◦ blue 234

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

Shades of Perfume #BD9AEA

Tints of Perfume #BD9AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 32.76%
G = 26.69%
B = 40.55%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD9AEA (or 0xBD9AEA) is known color: Perfume. HEX triplet: BD, 9A and EA. RGB value is (189,154,234). Sum of RGB (Red+Green+Blue) = 189+154+234=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AEA is #426515. Grayscale: #ADADAD. Windows color (decimal): -4351254 or 15375037. OLE color: 15375037.

HSL color Cylindrical-coordinate representation of color #BD9AEA: hue angle of 266.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD9AEA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 154 234 -
CMYK 0.19 0.34 0 0.08
HSL 266.25º 0.66% 0.76% -
HSV(B) 266.25º 0.34% 0.92% -
XYZ 47.39 39.87 83.04 -
YUV 173.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 189 154 234 0.19 0.34 0 0.08 266.25 0.66 0.76
Hex BD 9A EA 13 22 0 8 10A 42 4C
Octal 275 232 352 23 42 0 10 412 102 114
Binary 10111101 10011010 11101010 10011 100010 0 1000 100001010 1000010 1001100

Color Harmonies of #BD9AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AEA

Black with #BD9AEA

Text Example


Text Example

White with #BD9AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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