Html Css Color HEX #BFA6EC Perfume

📋 copy color: '#BFA6EC'

red 191 ◦ green 166 ◦ blue 236

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

Shades of Perfume #BFA6EC

Tints of Perfume #BFA6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.8%

R = 32.21%
G = 27.99%
B = 39.8%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFA6EC (or 0xBFA6EC) is known color: Perfume. HEX triplet: BF, A6 and EC. RGB value is (191,166,236). Sum of RGB (Red+Green+Blue) = 191+166+236=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA6EC is #405913. Grayscale: #B5B5B5. Windows color (decimal): -4217108 or 15509183. OLE color: 15509183.

HSL color Cylindrical-coordinate representation of color #BFA6EC: hue angle of 261.43º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA6EC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 166 236 -
CMYK 0.19 0.30 0 0.07
HSL 261.43º 0.65% 0.79% -
HSV(B) 261.43º 0.3% 0.93% -
XYZ 50.26 44.4 85.28 -
YUV 181.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 191 166 236 0.19 0.30 0 0.07 261.43 0.65 0.79
Hex BF A6 EC 13 1E 0 7 105 41 4F
Octal 277 246 354 23 36 0 7 405 101 117
Binary 10111111 10100110 11101100 10011 11110 0 111 100000101 1000001 1001111

Color Harmonies of #BFA6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA6EC

Black with #BFA6EC

Text Example


Text Example

White with #BFA6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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