Html Css Color HEX #BFA5E9 Perfume

📋 copy color: '#BFA5E9'

red 191 ◦ green 165 ◦ blue 233

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

Shades of Perfume #BFA5E9

Tints of Perfume #BFA5E9

RGB

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

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

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

R = 32.43%
G = 28.01%
B = 39.56%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFA5E9 (or 0xBFA5E9) is known color: Perfume. HEX triplet: BF, A5 and E9. RGB value is (191,165,233). Sum of RGB (Red+Green+Blue) = 191+165+233=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFA5E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA5E9 is #405A16. Grayscale: #B4B4B4. Windows color (decimal): -4217367 or 15312319. OLE color: 15312319.

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

Color convert

RGB 191 165 233 -
CMYK 0.18 0.29 0 0.09
HSL 262.94º 0.61% 0.78% -
HSV(B) 262.94º 0.29% 0.91% -
XYZ 49.65 43.87 82.94 -
YUV 180.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 191 165 233 0.18 0.29 0 0.09 262.94 0.61 0.78
Hex BF A5 E9 12 1D 0 9 107 3D 4E
Octal 277 245 351 22 35 0 11 407 75 116
Binary 10111111 10100101 11101001 10010 11101 0 1001 100000111 111101 1001110

Color Harmonies of #BFA5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5E9

Black with #BFA5E9

Text Example


Text Example

White with #BFA5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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