Html Css Color HEX #BE98FA Perfume

📋 copy color: '#BE98FA'

red 190 ◦ green 152 ◦ blue 250

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

Shades of Perfume #BE98FA

Tints of Perfume #BE98FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 32.09%
G = 25.68%
B = 42.23%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE98FA (or 0xBE98FA) is known color: Perfume. HEX triplet: BE, 98 and FA. RGB value is (190,152,250). Sum of RGB (Red+Green+Blue) = 190+152+250=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE98FA is #416705. Grayscale: #AEAEAE. Windows color (decimal): -4286214 or 16423102. OLE color: 16423102.

HSL color Cylindrical-coordinate representation of color #BE98FA: hue angle of 263.27º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE98FA is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 152 250 -
CMYK 0.24 0.39 0 0.02
HSL 263.27º 0.91% 0.79% -
HSV(B) 263.27º 0.39% 0.98% -
XYZ 49.72 40.31 95.6 -
YUV 174.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 190 152 250 0.24 0.39 0 0.02 263.27 0.91 0.79
Hex BE 98 FA 18 27 0 2 107 5B 4F
Octal 276 230 372 30 47 0 2 407 133 117
Binary 10111110 10011000 11111010 11000 100111 0 10 100000111 1011011 1001111

Color Harmonies of #BE98FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE98FA

Black with #BE98FA

Text Example


Text Example

White with #BE98FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE98FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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