Html Css Color HEX #BFA5EF Perfume

📋 copy color: '#BFA5EF'

red 191 ◦ green 165 ◦ blue 239

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

Shades of Perfume #BFA5EF

Tints of Perfume #BFA5EF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.73%

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

R = 32.1%
G = 27.73%
B = 40.17%

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

#BFA5EF (or 0xBFA5EF) is known color: Perfume. HEX triplet: BF, A5 and EF. RGB value is (191,165,239). Sum of RGB (Red+Green+Blue) = 191+165+239=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFA5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA5EF is #405A10. Grayscale: #B4B4B4. Windows color (decimal): -4217361 or 15705535. OLE color: 15705535.

HSL color Cylindrical-coordinate representation of color #BFA5EF: hue angle of 261.08º 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 #BFA5EF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 165 239 -
CMYK 0.20 0.31 0 0.06
HSL 261.08º 0.7% 0.79% -
HSV(B) 261.08º 0.31% 0.94% -
XYZ 50.52 44.22 87.53 -
YUV 181.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 191 165 239 0.20 0.31 0 0.06 261.08 0.7 0.79
Hex BF A5 EF 14 1F 0 6 105 46 4F
Octal 277 245 357 24 37 0 6 405 106 117
Binary 10111111 10100101 11101111 10100 11111 0 110 100000101 1000110 1001111

Color Harmonies of #BFA5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5EF

Black with #BFA5EF

Text Example


Text Example

White with #BFA5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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