Html Css Color HEX #BDA3DE Perfume

📋 copy color: '#BDA3DE'

red 189 ◦ green 163 ◦ blue 222

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

Shades of Perfume #BDA3DE

Tints of Perfume #BDA3DE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.4%

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

R = 32.93%
G = 28.4%
B = 38.68%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA3DE (or 0xBDA3DE) is known color: Perfume. HEX triplet: BD, A3 and DE. RGB value is (189,163,222). Sum of RGB (Red+Green+Blue) = 189+163+222=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDA3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3DE is #425C21. Grayscale: #B1B1B1. Windows color (decimal): -4348962 or 14590909. OLE color: 14590909.

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

Color convert

RGB 189 163 222 -
CMYK 0.15 0.27 0 0.13
HSL 266.44º 0.47% 0.75% -
HSV(B) 266.44º 0.27% 0.87% -
XYZ 47.27 42.29 74.78 -
YUV 177.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 189 163 222 0.15 0.27 0 0.13 266.44 0.47 0.75
Hex BD A3 DE F 1B 0 D 10A 2F 4B
Octal 275 243 336 17 33 0 15 412 57 113
Binary 10111101 10100011 11011110 1111 11011 0 1101 100001010 101111 1001011

Color Harmonies of #BDA3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3DE

Black with #BDA3DE

Text Example


Text Example

White with #BDA3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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