Html Css Color HEX #BDA7DE Perfume

📋 copy color: '#BDA7DE'

red 189 ◦ green 167 ◦ blue 222

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

Shades of Perfume #BDA7DE

Tints of Perfume #BDA7DE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.89%

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

R = 32.7%
G = 28.89%
B = 38.41%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA7DE (or 0xBDA7DE) is known color: Perfume. HEX triplet: BD, A7 and DE. RGB value is (189,167,222). Sum of RGB (Red+Green+Blue) = 189+167+222=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDA7DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7DE is #425821. Grayscale: #B3B3B3. Windows color (decimal): -4347938 or 14591933. OLE color: 14591933.

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

Color convert

RGB 189 167 222 -
CMYK 0.15 0.25 0 0.13
HSL 264º 0.45% 0.76% -
HSV(B) 264º 0.25% 0.87% -
XYZ 47.99 43.73 75.02 -
YUV 179.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 189 167 222 0.15 0.25 0 0.13 264 0.45 0.76
Hex BD A7 DE F 19 0 D 108 2D 4C
Octal 275 247 336 17 31 0 15 410 55 114
Binary 10111101 10100111 11011110 1111 11001 0 1101 100001000 101101 1001100

Color Harmonies of #BDA7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7DE

Black with #BDA7DE

Text Example


Text Example

White with #BDA7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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