Html Css Color HEX #BFA1ED Perfume

📋 copy color: '#BFA1ED'

red 191 ◦ green 161 ◦ blue 237

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

Shades of Perfume #BFA1ED

Tints of Perfume #BFA1ED

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.33%

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 32.43%
G = 27.33%
B = 40.24%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFA1ED (or 0xBFA1ED) is known color: Perfume. HEX triplet: BF, A1 and ED. RGB value is (191,161,237). Sum of RGB (Red+Green+Blue) = 191+161+237=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA1ED is #405E12. Grayscale: #B2B2B2. Windows color (decimal): -4218387 or 15573439. OLE color: 15573439.

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

Color convert

RGB 191 161 237 -
CMYK 0.19 0.32 0 0.07
HSL 263.68º 0.68% 0.78% -
HSV(B) 263.68º 0.32% 0.93% -
XYZ 49.52 42.68 85.75 -
YUV 178.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 191 161 237 0.19 0.32 0 0.07 263.68 0.68 0.78
Hex BF A1 ED 13 20 0 7 108 44 4E
Octal 277 241 355 23 40 0 7 410 104 116
Binary 10111111 10100001 11101101 10011 100000 0 111 100001000 1000100 1001110

Color Harmonies of #BFA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA1ED

Black with #BFA1ED

Text Example


Text Example

White with #BFA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA1ED; }

 p { color: rgb(191,161,237); }

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

background-color css

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

 a { background-color: rgb(191,161,237); }

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

border-color css

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

 span { border-color: rgb(191,161,237); }

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