Html Css Color HEX #BFA5EC Perfume

📋 copy color: '#BFA5EC'

red 191 ◦ green 165 ◦ blue 236

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

Shades of Perfume #BFA5EC

Tints of Perfume #BFA5EC

RGB

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

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

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

R = 32.26%
G = 27.87%
B = 39.86%

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

#BFA5EC (or 0xBFA5EC) is known color: Perfume. HEX triplet: BF, A5 and EC. RGB value is (191,165,236). Sum of RGB (Red+Green+Blue) = 191+165+236=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFA5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA5EC is #405A13. Grayscale: #B4B4B4. Windows color (decimal): -4217364 or 15508927. OLE color: 15508927.

HSL color Cylindrical-coordinate representation of color #BFA5EC: hue angle of 261.97º 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 #BFA5EC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 165 236 -
CMYK 0.19 0.30 0 0.07
HSL 261.97º 0.65% 0.79% -
HSV(B) 261.97º 0.3% 0.93% -
XYZ 50.08 44.04 85.22 -
YUV 180.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 191 165 236 0.19 0.30 0 0.07 261.97 0.65 0.79
Hex BF A5 EC 13 1E 0 7 106 41 4F
Octal 277 245 354 23 36 0 7 406 101 117
Binary 10111111 10100101 11101100 10011 11110 0 111 100000110 1000001 1001111

Color Harmonies of #BFA5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5EC

Black with #BFA5EC

Text Example


Text Example

White with #BFA5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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