Html Css Color HEX #BFA6DD Perfume

📋 copy color: '#BFA6DD'

red 191 ◦ green 166 ◦ blue 221

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

Shades of Perfume #BFA6DD

Tints of Perfume #BFA6DD

RGB

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

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

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

R = 33.04%
G = 28.72%
B = 38.24%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFA6DD (or 0xBFA6DD) is known color: Perfume. HEX triplet: BF, A6 and DD. RGB value is (191,166,221). Sum of RGB (Red+Green+Blue) = 191+166+221=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6DD is #405922. Grayscale: #B3B3B3. Windows color (decimal): -4217123 or 14526143. OLE color: 14526143.

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

Color convert

RGB 191 166 221 -
CMYK 0.14 0.25 0 0.13
HSL 267.27º 0.45% 0.76% -
HSV(B) 267.27º 0.25% 0.87% -
XYZ 48.17 43.57 74.28 -
YUV 179.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 191 166 221 0.14 0.25 0 0.13 267.27 0.45 0.76
Hex BF A6 DD E 19 0 D 10B 2D 4C
Octal 277 246 335 16 31 0 15 413 55 114
Binary 10111111 10100110 11011101 1110 11001 0 1101 100001011 101101 1001100

Color Harmonies of #BFA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA6DD

Black with #BFA6DD

Text Example


Text Example

White with #BFA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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