Html Css Color HEX #BFA7EC Perfume

📋 copy color: '#BFA7EC'

red 191 ◦ green 167 ◦ blue 236

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

Shades of Perfume #BFA7EC

Tints of Perfume #BFA7EC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.11%

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

R = 32.15%
G = 28.11%
B = 39.73%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFA7EC (or 0xBFA7EC) is known color: Perfume. HEX triplet: BF, A7 and EC. RGB value is (191,167,236). Sum of RGB (Red+Green+Blue) = 191+167+236=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA7EC is #405813. Grayscale: #B5B5B5. Windows color (decimal): -4216852 or 15509439. OLE color: 15509439.

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

Color convert

RGB 191 167 236 -
CMYK 0.19 0.29 0 0.07
HSL 260.87º 0.64% 0.79% -
HSV(B) 260.87º 0.29% 0.93% -
XYZ 50.44 44.77 85.34 -
YUV 182.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 191 167 236 0.19 0.29 0 0.07 260.87 0.64 0.79
Hex BF A7 EC 13 1D 0 7 105 40 4F
Octal 277 247 354 23 35 0 7 405 100 117
Binary 10111111 10100111 11101100 10011 11101 0 111 100000101 1000000 1001111

Color Harmonies of #BFA7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7EC

Black with #BFA7EC

Text Example


Text Example

White with #BFA7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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