Html Css Color HEX #BF98E5 Perfume

📋 copy color: '#BF98E5'

red 191 ◦ green 152 ◦ blue 229

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

Shades of Perfume #BF98E5

Tints of Perfume #BF98E5

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.57%

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 33.39%
G = 26.57%
B = 40.03%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF98E5 (or 0xBF98E5) is known color: Perfume. HEX triplet: BF, 98 and E5. RGB value is (191,152,229). Sum of RGB (Red+Green+Blue) = 191+152+229=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF98E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98E5 is #40671A. Grayscale: #ACACAC. Windows color (decimal): -4220699 or 15046847. OLE color: 15046847.

HSL color Cylindrical-coordinate representation of color #BF98E5: hue angle of 270.39º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF98E5 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 152 229 -
CMYK 0.17 0.34 0 0.10
HSL 270.39º 0.6% 0.75% -
HSV(B) 270.39º 0.34% 0.9% -
XYZ 46.86 39.19 79.22 -
YUV 172.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 191 152 229 0.17 0.34 0 0.10 270.39 0.6 0.75
Hex BF 98 E5 11 22 0 A 10E 3C 4B
Octal 277 230 345 21 42 0 12 416 74 113
Binary 10111111 10011000 11100101 10001 100010 0 1010 100001110 111100 1001011

Color Harmonies of #BF98E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98E5

Black with #BF98E5

Text Example


Text Example

White with #BF98E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98E5; }

 p { color: rgb(191,152,229); }

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

background-color css

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

 a { background-color: rgb(191,152,229); }

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

border-color css

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

 span { border-color: rgb(191,152,229); }

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