Html Css Color HEX #BFA4EF Perfume

📋 copy color: '#BFA4EF'

red 191 ◦ green 164 ◦ blue 239

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

Shades of Perfume #BFA4EF

Tints of Perfume #BFA4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.61%

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

R = 32.15%
G = 27.61%
B = 40.24%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFA4EF (or 0xBFA4EF) is known color: Perfume. HEX triplet: BF, A4 and EF. RGB value is (191,164,239). Sum of RGB (Red+Green+Blue) = 191+164+239=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFA4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4EF is #405B10. Grayscale: #B4B4B4. Windows color (decimal): -4217617 or 15705279. OLE color: 15705279.

HSL color Cylindrical-coordinate representation of color #BFA4EF: hue angle of 261.6º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA4EF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 164 239 -
CMYK 0.20 0.31 0 0.06
HSL 261.6º 0.7% 0.79% -
HSV(B) 261.6º 0.31% 0.94% -
XYZ 50.34 43.86 87.47 -
YUV 180.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 191 164 239 0.20 0.31 0 0.06 261.6 0.7 0.79
Hex BF A4 EF 14 1F 0 6 106 46 4F
Octal 277 244 357 24 37 0 6 406 106 117
Binary 10111111 10100100 11101111 10100 11111 0 110 100000110 1000110 1001111

Color Harmonies of #BFA4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4EF

Black with #BFA4EF

Text Example


Text Example

White with #BFA4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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