Html Css Color HEX #BDA6DF Perfume

📋 copy color: '#BDA6DF'

red 189 ◦ green 166 ◦ blue 223

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

Shades of Perfume #BDA6DF

Tints of Perfume #BDA6DF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.72%

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

R = 32.7%
G = 28.72%
B = 38.58%

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

#BDA6DF (or 0xBDA6DF) is known color: Perfume. HEX triplet: BD, A6 and DF. RGB value is (189,166,223). Sum of RGB (Red+Green+Blue) = 189+166+223=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6DF is #425920. Grayscale: #B3B3B3. Windows color (decimal): -4348193 or 14657213. OLE color: 14657213.

HSL color Cylindrical-coordinate representation of color #BDA6DF: hue angle of 264.21º 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 #BDA6DF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 166 223 -
CMYK 0.15 0.26 0 0.13
HSL 264.21º 0.47% 0.76% -
HSV(B) 264.21º 0.26% 0.87% -
XYZ 47.94 43.42 75.67 -
YUV 179.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 189 166 223 0.15 0.26 0 0.13 264.21 0.47 0.76
Hex BD A6 DF F 1A 0 D 108 2F 4C
Octal 275 246 337 17 32 0 15 410 57 114
Binary 10111101 10100110 11011111 1111 11010 0 1101 100001000 101111 1001100

Color Harmonies of #BDA6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6DF

Black with #BDA6DF

Text Example


Text Example

White with #BDA6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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