Html Css Color HEX #BDA6DC Perfume

📋 copy color: '#BDA6DC'

red 189 ◦ green 166 ◦ blue 220

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

Shades of Perfume #BDA6DC

Tints of Perfume #BDA6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 32.87%
G = 28.87%
B = 38.26%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDA6DC (or 0xBDA6DC) is known color: Perfume. HEX triplet: BD, A6 and DC. RGB value is (189,166,220). Sum of RGB (Red+Green+Blue) = 189+166+220=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6DC is #425923. Grayscale: #B2B2B2. Windows color (decimal): -4348196 or 14460605. OLE color: 14460605.

HSL color Cylindrical-coordinate representation of color #BDA6DC: hue angle of 265.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA6DC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 166 220 -
CMYK 0.14 0.25 0 0.14
HSL 265.56º 0.44% 0.76% -
HSV(B) 265.56º 0.25% 0.86% -
XYZ 47.54 43.26 73.55 -
YUV 179.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 189 166 220 0.14 0.25 0 0.14 265.56 0.44 0.76
Hex BD A6 DC E 19 0 E 10A 2C 4C
Octal 275 246 334 16 31 0 16 412 54 114
Binary 10111101 10100110 11011100 1110 11001 0 1110 100001010 101100 1001100

Color Harmonies of #BDA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6DC

Black with #BDA6DC

Text Example


Text Example

White with #BDA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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