Html Css Color HEX #BE98FE Perfume

📋 copy color: '#BE98FE'

red 190 ◦ green 152 ◦ blue 254

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

Shades of Perfume #BE98FE

Tints of Perfume #BE98FE

RGB

 RED value IS 190 (74.61% from 255) = 31.88%

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

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 31.88%
G = 25.5%
B = 42.62%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE98FE (or 0xBE98FE) is known color: Perfume. HEX triplet: BE, 98 and FE. RGB value is (190,152,254). Sum of RGB (Red+Green+Blue) = 190+152+254=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE98FE is #416701. Grayscale: #AEAEAE. Windows color (decimal): -4286210 or 16685246. OLE color: 16685246.

HSL color Cylindrical-coordinate representation of color #BE98FE: hue angle of 262.35º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE98FE is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 152 254 -
CMYK 0.25 0.40 0 0.00
HSL 262.35º 0.98% 0.8% -
HSV(B) 262.35º 0.4% 1% -
XYZ 50.35 40.56 98.94 -
YUV 174.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 190 152 254 0.25 0.40 0 0.00 262.35 0.98 0.8
Hex BE 98 FE 19 28 0 0 106 62 50
Octal 276 230 376 31 50 0 0 406 142 120
Binary 10111110 10011000 11111110 11001 101000 0 0 100000110 1100010 1010000

Color Harmonies of #BE98FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE98FE

Black with #BE98FE

Text Example


Text Example

White with #BE98FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE98FE; }

 p { color: rgb(190,152,254); }

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

background-color css

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

 a { background-color: rgb(190,152,254); }

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

border-color css

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

 span { border-color: rgb(190,152,254); }

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