Html Css Color HEX #BDA8DF Perfume

📋 copy color: '#BDA8DF'

red 189 ◦ green 168 ◦ blue 223

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

Shades of Perfume #BDA8DF

Tints of Perfume #BDA8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.45%

R = 32.59%
G = 28.97%
B = 38.45%

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

#BDA8DF (or 0xBDA8DF) is known color: Perfume. HEX triplet: BD, A8 and DF. RGB value is (189,168,223). Sum of RGB (Red+Green+Blue) = 189+168+223=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8DF is #425720. Grayscale: #B4B4B4. Windows color (decimal): -4347681 or 14657725. OLE color: 14657725.

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

Color convert

RGB 189 168 223 -
CMYK 0.15 0.25 0 0.13
HSL 262.91º 0.46% 0.77% -
HSV(B) 262.91º 0.25% 0.87% -
XYZ 48.31 44.15 75.79 -
YUV 180.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 189 168 223 0.15 0.25 0 0.13 262.91 0.46 0.77
Hex BD A8 DF F 19 0 D 107 2E 4D
Octal 275 250 337 17 31 0 15 407 56 115
Binary 10111101 10101000 11011111 1111 11001 0 1101 100000111 101110 1001101

Color Harmonies of #BDA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8DF

Black with #BDA8DF

Text Example


Text Example

White with #BDA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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