Html Css Color HEX #BFA1DD Perfume

📋 copy color: '#BFA1DD'

red 191 ◦ green 161 ◦ blue 221

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

Shades of Perfume #BFA1DD

Tints of Perfume #BFA1DD

RGB

 RED value IS 191 (75% from 255) = 33.33%

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 33.33%
G = 28.1%
B = 38.57%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFA1DD (or 0xBFA1DD) is known color: Perfume. HEX triplet: BF, A1 and DD. RGB value is (191,161,221). Sum of RGB (Red+Green+Blue) = 191+161+221=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1DD is #405E22. Grayscale: #B0B0B0. Windows color (decimal): -4218403 or 14524863. OLE color: 14524863.

HSL color Cylindrical-coordinate representation of color #BFA1DD: hue angle of 270º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFA1DD is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 161 221 -
CMYK 0.14 0.27 0 0.13
HSL 270º 0.47% 0.75% -
HSV(B) 270º 0.27% 0.87% -
XYZ 47.28 41.79 73.98 -
YUV 176.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 191 161 221 0.14 0.27 0 0.13 270 0.47 0.75
Hex BF A1 DD E 1B 0 D 10E 2F 4B
Octal 277 241 335 16 33 0 15 416 57 113
Binary 10111111 10100001 11011101 1110 11011 0 1101 100001110 101111 1001011

Color Harmonies of #BFA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA1DD

Black with #BFA1DD

Text Example


Text Example

White with #BFA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA1DD; }

 p { color: rgb(191,161,221); }

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

background-color css

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

 a { background-color: rgb(191,161,221); }

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

border-color css

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

 span { border-color: rgb(191,161,221); }

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