Html Css Color HEX #BDA6EC Perfume

📋 copy color: '#BDA6EC'

red 189 ◦ green 166 ◦ blue 236

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

Shades of Perfume #BDA6EC

Tints of Perfume #BDA6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 31.98%
G = 28.09%
B = 39.93%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDA6EC (or 0xBDA6EC) is known color: Perfume. HEX triplet: BD, A6 and EC. RGB value is (189,166,236). Sum of RGB (Red+Green+Blue) = 189+166+236=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6EC is #425913. Grayscale: #B4B4B4. Windows color (decimal): -4348180 or 15509181. OLE color: 15509181.

HSL color Cylindrical-coordinate representation of color #BDA6EC: hue angle of 259.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA6EC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 166 236 -
CMYK 0.20 0.30 0 0.07
HSL 259.71º 0.65% 0.79% -
HSV(B) 259.71º 0.3% 0.93% -
XYZ 49.76 44.15 85.26 -
YUV 180.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 189 166 236 0.20 0.30 0 0.07 259.71 0.65 0.79
Hex BD A6 EC 14 1E 0 7 104 41 4F
Octal 275 246 354 24 36 0 7 404 101 117
Binary 10111101 10100110 11101100 10100 11110 0 111 100000100 1000001 1001111

Color Harmonies of #BDA6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6EC

Black with #BDA6EC

Text Example


Text Example

White with #BDA6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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