Html Css Color HEX #BDA4DE Perfume

📋 copy color: '#BDA4DE'

red 189 ◦ green 164 ◦ blue 222

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

Shades of Perfume #BDA4DE

Tints of Perfume #BDA4DE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.52%

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

R = 32.87%
G = 28.52%
B = 38.61%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA4DE (or 0xBDA4DE) is known color: Perfume. HEX triplet: BD, A4 and DE. RGB value is (189,164,222). Sum of RGB (Red+Green+Blue) = 189+164+222=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4DE is #425B21. Grayscale: #B1B1B1. Windows color (decimal): -4348706 or 14591165. OLE color: 14591165.

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

Color convert

RGB 189 164 222 -
CMYK 0.15 0.26 0 0.13
HSL 265.86º 0.47% 0.76% -
HSV(B) 265.86º 0.26% 0.87% -
XYZ 47.45 42.64 74.84 -
YUV 178.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 189 164 222 0.15 0.26 0 0.13 265.86 0.47 0.76
Hex BD A4 DE F 1A 0 D 10A 2F 4C
Octal 275 244 336 17 32 0 15 412 57 114
Binary 10111101 10100100 11011110 1111 11010 0 1101 100001010 101111 1001100

Color Harmonies of #BDA4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4DE

Black with #BDA4DE

Text Example


Text Example

White with #BDA4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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