Html Css Color HEX #BD9ADE Perfume

📋 copy color: '#BD9ADE'

red 189 ◦ green 154 ◦ blue 222

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

Shades of Perfume #BD9ADE

Tints of Perfume #BD9ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 33.45%
G = 27.26%
B = 39.29%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD9ADE (or 0xBD9ADE) is known color: Perfume. HEX triplet: BD, 9A and DE. RGB value is (189,154,222). Sum of RGB (Red+Green+Blue) = 189+154+222=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ADE is #426521. Grayscale: #ABABAB. Windows color (decimal): -4351266 or 14588605. OLE color: 14588605.

HSL color Cylindrical-coordinate representation of color #BD9ADE: hue angle of 270.88º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD9ADE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 154 222 -
CMYK 0.15 0.31 0 0.13
HSL 270.88º 0.51% 0.74% -
HSV(B) 270.88º 0.31% 0.87% -
XYZ 45.73 39.2 74.26 -
YUV 172.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 189 154 222 0.15 0.31 0 0.13 270.88 0.51 0.74
Hex BD 9A DE F 1F 0 D 10F 33 4A
Octal 275 232 336 17 37 0 15 417 63 112
Binary 10111101 10011010 11011110 1111 11111 0 1101 100001111 110011 1001010

Color Harmonies of #BD9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9ADE

Black with #BD9ADE

Text Example


Text Example

White with #BD9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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