Html Css Color HEX #BFA7E7 Perfume

📋 copy color: '#BFA7E7'

red 191 ◦ green 167 ◦ blue 231

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

Shades of Perfume #BFA7E7

Tints of Perfume #BFA7E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.22%

R = 32.43%
G = 28.35%
B = 39.22%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFA7E7 (or 0xBFA7E7) is known color: Perfume. HEX triplet: BF, A7 and E7. RGB value is (191,167,231). Sum of RGB (Red+Green+Blue) = 191+167+231=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFA7E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA7E7 is #405818. Grayscale: #B5B5B5. Windows color (decimal): -4216857 or 15181759. OLE color: 15181759.

HSL color Cylindrical-coordinate representation of color #BFA7E7: hue angle of 262.5º degrees, saturation: 0.57, 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 #BFA7E7 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 167 231 -
CMYK 0.17 0.28 0 0.09
HSL 262.5º 0.57% 0.78% -
HSV(B) 262.5º 0.28% 0.91% -
XYZ 49.73 44.48 81.57 -
YUV 181.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 191 167 231 0.17 0.28 0 0.09 262.5 0.57 0.78
Hex BF A7 E7 11 1C 0 9 106 39 4E
Octal 277 247 347 21 34 0 11 406 71 116
Binary 10111111 10100111 11100111 10001 11100 0 1001 100000110 111001 1001110

Color Harmonies of #BFA7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7E7

Black with #BFA7E7

Text Example


Text Example

White with #BFA7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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