Html Css Color HEX #BF99F8 Perfume

📋 copy color: '#BF99F8'

red 191 ◦ green 153 ◦ blue 248

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

Shades of Perfume #BF99F8

Tints of Perfume #BF99F8

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.84%

 BLUE value IS 248 (97.27% from 255) = 41.89%

R = 32.26%
G = 25.84%
B = 41.89%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BF99F8 (or 0xBF99F8) is known color: Perfume. HEX triplet: BF, 99 and F8. RGB value is (191,153,248). Sum of RGB (Red+Green+Blue) = 191+153+248=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF99F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99F8 is #406607. Grayscale: #AEAEAE. Windows color (decimal): -4220424 or 16292287. OLE color: 16292287.

HSL color Cylindrical-coordinate representation of color #BF99F8: hue angle of 264º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF99F8 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 153 248 -
CMYK 0.23 0.38 0 0.03
HSL 264º 0.87% 0.79% -
HSV(B) 264º 0.38% 0.97% -
XYZ 49.82 40.64 94.02 -
YUV 175.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 191 153 248 0.23 0.38 0 0.03 264 0.87 0.79
Hex BF 99 F8 17 26 0 3 108 57 4F
Octal 277 231 370 27 46 0 3 410 127 117
Binary 10111111 10011001 11111000 10111 100110 0 11 100001000 1010111 1001111

Color Harmonies of #BF99F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99F8

Black with #BF99F8

Text Example


Text Example

White with #BF99F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99F8; }

 p { color: rgb(191,153,248); }

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

background-color css

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

 a { background-color: rgb(191,153,248); }

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

border-color css

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

 span { border-color: rgb(191,153,248); }

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