Html Css Color HEX #BFA6DF Perfume

📋 copy color: '#BFA6DF'

red 191 ◦ green 166 ◦ blue 223

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

Shades of Perfume #BFA6DF

Tints of Perfume #BFA6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.45%

R = 32.93%
G = 28.62%
B = 38.45%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFA6DF (or 0xBFA6DF) is known color: Perfume. HEX triplet: BF, A6 and DF. RGB value is (191,166,223). Sum of RGB (Red+Green+Blue) = 191+166+223=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6DF is #405920. Grayscale: #B3B3B3. Windows color (decimal): -4217121 or 14657215. OLE color: 14657215.

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

Color convert

RGB 191 166 223 -
CMYK 0.14 0.26 0 0.13
HSL 266.32º 0.47% 0.76% -
HSV(B) 266.32º 0.26% 0.87% -
XYZ 48.44 43.68 75.69 -
YUV 179.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 191 166 223 0.14 0.26 0 0.13 266.32 0.47 0.76
Hex BF A6 DF E 1A 0 D 10A 2F 4C
Octal 277 246 337 16 32 0 15 412 57 114
Binary 10111111 10100110 11011111 1110 11010 0 1101 100001010 101111 1001100

Color Harmonies of #BFA6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA6DF

Black with #BFA6DF

Text Example


Text Example

White with #BFA6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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