Html Css Color HEX #BFA7E9 Perfume

📋 copy color: '#BFA7E9'

red 191 ◦ green 167 ◦ blue 233

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

Shades of Perfume #BFA7E9

Tints of Perfume #BFA7E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.42%

R = 32.32%
G = 28.26%
B = 39.42%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFA7E9 (or 0xBFA7E9) is known color: Perfume. HEX triplet: BF, A7 and E9. RGB value is (191,167,233). Sum of RGB (Red+Green+Blue) = 191+167+233=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFA7E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA7E9 is #405816. Grayscale: #B5B5B5. Windows color (decimal): -4216855 or 15312831. OLE color: 15312831.

HSL color Cylindrical-coordinate representation of color #BFA7E9: hue angle of 261.82º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA7E9 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 167 233 -
CMYK 0.18 0.28 0 0.09
HSL 261.82º 0.6% 0.78% -
HSV(B) 261.82º 0.28% 0.91% -
XYZ 50.01 44.6 83.06 -
YUV 181.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 191 167 233 0.18 0.28 0 0.09 261.82 0.6 0.78
Hex BF A7 E9 12 1C 0 9 106 3C 4E
Octal 277 247 351 22 34 0 11 406 74 116
Binary 10111111 10100111 11101001 10010 11100 0 1001 100000110 111100 1001110

Color Harmonies of #BFA7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7E9

Black with #BFA7E9

Text Example


Text Example

White with #BFA7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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