Html Css Color HEX #BD9AEE Perfume

📋 copy color: '#BD9AEE'

red 189 ◦ green 154 ◦ blue 238

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

Shades of Perfume #BD9AEE

Tints of Perfume #BD9AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.96%

R = 32.53%
G = 26.51%
B = 40.96%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD9AEE (or 0xBD9AEE) is known color: Perfume. HEX triplet: BD, 9A and EE. RGB value is (189,154,238). Sum of RGB (Red+Green+Blue) = 189+154+238=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD9AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AEE is #426511. Grayscale: #ADADAD. Windows color (decimal): -4351250 or 15637181. OLE color: 15637181.

HSL color Cylindrical-coordinate representation of color #BD9AEE: hue angle of 265º degrees, saturation: 0.71, 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 #BD9AEE is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 154 238 -
CMYK 0.21 0.35 0 0.07
HSL 265º 0.71% 0.77% -
HSV(B) 265º 0.35% 0.93% -
XYZ 47.97 40.1 86.1 -
YUV 174.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 189 154 238 0.21 0.35 0 0.07 265 0.71 0.77
Hex BD 9A EE 15 23 0 7 109 47 4D
Octal 275 232 356 25 43 0 7 411 107 115
Binary 10111101 10011010 11101110 10101 100011 0 111 100001001 1000111 1001101

Color Harmonies of #BD9AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AEE

Black with #BD9AEE

Text Example


Text Example

White with #BD9AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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