Html Css Color HEX #BDA8DE Perfume

📋 copy color: '#BDA8DE'

red 189 ◦ green 168 ◦ blue 222

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

Shades of Perfume #BDA8DE

Tints of Perfume #BDA8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.02%

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

R = 32.64%
G = 29.02%
B = 38.34%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA8DE (or 0xBDA8DE) is known color: Perfume. HEX triplet: BD, A8 and DE. RGB value is (189,168,222). Sum of RGB (Red+Green+Blue) = 189+168+222=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8DE is #425721. Grayscale: #B4B4B4. Windows color (decimal): -4347682 or 14592189. OLE color: 14592189.

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

Color convert

RGB 189 168 222 -
CMYK 0.15 0.24 0 0.13
HSL 263.33º 0.45% 0.76% -
HSV(B) 263.33º 0.24% 0.87% -
XYZ 48.17 44.1 75.08 -
YUV 180.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 189 168 222 0.15 0.24 0 0.13 263.33 0.45 0.76
Hex BD A8 DE F 18 0 D 107 2D 4C
Octal 275 250 336 17 30 0 15 407 55 114
Binary 10111101 10101000 11011110 1111 11000 0 1101 100000111 101101 1001100

Color Harmonies of #BDA8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8DE

Black with #BDA8DE

Text Example


Text Example

White with #BDA8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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