Html Css Color HEX #BDA6E0 Perfume

📋 copy color: '#BDA6E0'

red 189 ◦ green 166 ◦ blue 224

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

Shades of Perfume #BDA6E0

Tints of Perfume #BDA6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 32.64%
G = 28.67%
B = 38.69%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDA6E0 (or 0xBDA6E0) is known color: Perfume. HEX triplet: BD, A6 and E0. RGB value is (189,166,224). Sum of RGB (Red+Green+Blue) = 189+166+224=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDA6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6E0 is #42591F. Grayscale: #B3B3B3. Windows color (decimal): -4348192 or 14722749. OLE color: 14722749.

HSL color Cylindrical-coordinate representation of color #BDA6E0: hue angle of 263.79º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA6E0 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 166 224 -
CMYK 0.16 0.26 0 0.12
HSL 263.79º 0.48% 0.76% -
HSV(B) 263.79º 0.26% 0.88% -
XYZ 48.08 43.47 76.38 -
YUV 179.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 189 166 224 0.16 0.26 0 0.12 263.79 0.48 0.76
Hex BD A6 E0 10 1A 0 C 108 30 4C
Octal 275 246 340 20 32 0 14 410 60 114
Binary 10111101 10100110 11100000 10000 11010 0 1100 100001000 110000 1001100

Color Harmonies of #BDA6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6E0

Black with #BDA6E0

Text Example


Text Example

White with #BDA6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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