Html Css Color HEX #BF99DF Perfume

📋 copy color: '#BF99DF'

red 191 ◦ green 153 ◦ blue 223

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

Shades of Perfume #BF99DF

Tints of Perfume #BF99DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 33.69%
G = 26.98%
B = 39.33%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF99DF (or 0xBF99DF) is known color: Perfume. HEX triplet: BF, 99 and DF. RGB value is (191,153,223). Sum of RGB (Red+Green+Blue) = 191+153+223=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99DF is #406620. Grayscale: #ACACAC. Windows color (decimal): -4220449 or 14653887. OLE color: 14653887.

HSL color Cylindrical-coordinate representation of color #BF99DF: hue angle of 272.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF99DF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 153 223 -
CMYK 0.14 0.31 0 0.13
HSL 272.57º 0.52% 0.74% -
HSV(B) 272.57º 0.31% 0.87% -
XYZ 46.2 39.19 74.94 -
YUV 172.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 191 153 223 0.14 0.31 0 0.13 272.57 0.52 0.74
Hex BF 99 DF E 1F 0 D 111 34 4A
Octal 277 231 337 16 37 0 15 421 64 112
Binary 10111111 10011001 11011111 1110 11111 0 1101 100010001 110100 1001010

Color Harmonies of #BF99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99DF

Black with #BF99DF

Text Example


Text Example

White with #BF99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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