Html Css Color HEX #BF98E7 Perfume

📋 copy color: '#BF98E7'

red 191 ◦ green 152 ◦ blue 231

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

Shades of Perfume #BF98E7

Tints of Perfume #BF98E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.24%

R = 33.28%
G = 26.48%
B = 40.24%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF98E7 (or 0xBF98E7) is known color: Perfume. HEX triplet: BF, 98 and E7. RGB value is (191,152,231). Sum of RGB (Red+Green+Blue) = 191+152+231=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF98E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF98E7 is #406718. Grayscale: #ACACAC. Windows color (decimal): -4220697 or 15177919. OLE color: 15177919.

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

Color convert

RGB 191 152 231 -
CMYK 0.17 0.34 0 0.09
HSL 269.62º 0.62% 0.75% -
HSV(B) 269.62º 0.34% 0.91% -
XYZ 47.14 39.3 80.7 -
YUV 172.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 191 152 231 0.17 0.34 0 0.09 269.62 0.62 0.75
Hex BF 98 E7 11 22 0 9 10E 3E 4B
Octal 277 230 347 21 42 0 11 416 76 113
Binary 10111111 10011000 11100111 10001 100010 0 1001 100001110 111110 1001011

Color Harmonies of #BF98E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98E7

Black with #BF98E7

Text Example


Text Example

White with #BF98E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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