Html Css Color HEX #BFA7EF Perfume

📋 copy color: '#BFA7EF'

red 191 ◦ green 167 ◦ blue 239

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

Shades of Perfume #BFA7EF

Tints of Perfume #BFA7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 31.99%
G = 27.97%
B = 40.03%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFA7EF (or 0xBFA7EF) is known color: Perfume. HEX triplet: BF, A7 and EF. RGB value is (191,167,239). Sum of RGB (Red+Green+Blue) = 191+167+239=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFA7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA7EF is #405810. Grayscale: #B6B6B6. Windows color (decimal): -4216849 or 15706047. OLE color: 15706047.

HSL color Cylindrical-coordinate representation of color #BFA7EF: hue angle of 260º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA7EF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 167 239 -
CMYK 0.20 0.30 0 0.06
HSL 260º 0.69% 0.8% -
HSV(B) 260º 0.3% 0.94% -
XYZ 50.88 44.95 87.65 -
YUV 182.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 191 167 239 0.20 0.30 0 0.06 260 0.69 0.8
Hex BF A7 EF 14 1E 0 6 104 45 50
Octal 277 247 357 24 36 0 6 404 105 120
Binary 10111111 10100111 11101111 10100 11110 0 110 100000100 1000101 1010000

Color Harmonies of #BFA7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7EF

Black with #BFA7EF

Text Example


Text Example

White with #BFA7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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