Html Css Color HEX #BF99E1 Perfume

📋 copy color: '#BF99E1'

red 191 ◦ green 153 ◦ blue 225

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

Shades of Perfume #BF99E1

Tints of Perfume #BF99E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.54%

R = 33.57%
G = 26.89%
B = 39.54%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF99E1 (or 0xBF99E1) is known color: Perfume. HEX triplet: BF, 99 and E1. RGB value is (191,153,225). Sum of RGB (Red+Green+Blue) = 191+153+225=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99E1 is #40661E. Grayscale: #ACACAC. Windows color (decimal): -4220447 or 14784959. OLE color: 14784959.

HSL color Cylindrical-coordinate representation of color #BF99E1: hue angle of 271.67º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF99E1 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 153 225 -
CMYK 0.15 0.32 0 0.12
HSL 271.67º 0.55% 0.74% -
HSV(B) 271.67º 0.32% 0.88% -
XYZ 46.47 39.3 76.37 -
YUV 172.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 191 153 225 0.15 0.32 0 0.12 271.67 0.55 0.74
Hex BF 99 E1 F 20 0 C 110 37 4A
Octal 277 231 341 17 40 0 14 420 67 112
Binary 10111111 10011001 11100001 1111 100000 0 1100 100010000 110111 1001010

Color Harmonies of #BF99E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99E1

Black with #BF99E1

Text Example


Text Example

White with #BF99E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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