Html Css Color HEX #BDA1D6 Perfume

📋 copy color: '#BDA1D6'

red 189 ◦ green 161 ◦ blue 214

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

Shades of Perfume #BDA1D6

Tints of Perfume #BDA1D6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.55%

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 33.51%
G = 28.55%
B = 37.94%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDA1D6 (or 0xBDA1D6) is known color: Perfume. HEX triplet: BD, A1 and D6. RGB value is (189,161,214). Sum of RGB (Red+Green+Blue) = 189+161+214=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDA1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1D6 is #425E29. Grayscale: #AFAFAF. Windows color (decimal): -4349482 or 14066109. OLE color: 14066109.

HSL color Cylindrical-coordinate representation of color #BDA1D6: hue angle of 271.7º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA1D6 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 161 214 -
CMYK 0.12 0.25 0 0.16
HSL 271.7º 0.39% 0.74% -
HSV(B) 271.7º 0.25% 0.84% -
XYZ 45.87 41.16 69.15 -
YUV 175.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 189 161 214 0.12 0.25 0 0.16 271.7 0.39 0.74
Hex BD A1 D6 C 19 0 10 110 27 4A
Octal 275 241 326 14 31 0 20 420 47 112
Binary 10111101 10100001 11010110 1100 11001 0 10000 100010000 100111 1001010

Color Harmonies of #BDA1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1D6

Black with #BDA1D6

Text Example


Text Example

White with #BDA1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1D6; }

 p { color: rgb(189,161,214); }

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

background-color css

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

 a { background-color: rgb(189,161,214); }

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

border-color css

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

 span { border-color: rgb(189,161,214); }

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