Html Css Color HEX #BE98FF Perfume

📋 copy color: '#BE98FF'

red 190 ◦ green 152 ◦ blue 255

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

Shades of Perfume #BE98FF

Tints of Perfume #BE98FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 31.83%
G = 25.46%
B = 42.71%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE98FF (or 0xBE98FF) is known color: Perfume. HEX triplet: BE, 98 and FF. RGB value is (190,152,255). Sum of RGB (Red+Green+Blue) = 190+152+255=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE98FF is #416700. Grayscale: #AEAEAE. Windows color (decimal): -4286209 or 16750782. OLE color: 16750782.

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

Color convert

RGB 190 152 255 -
CMYK 0.25 0.40 0 0
HSL 262.14º 1% 0.8% -
HSV(B) 262.14º 0.4% 1% -
XYZ 50.51 40.62 99.79 -
YUV 175.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 190 152 255 0.25 0.40 0 0 262.14 1 0.8
Hex BE 98 FF 19 28 0 0 106 64 50
Octal 276 230 377 31 50 0 0 406 144 120
Binary 10111110 10011000 11111111 11001 101000 0 0 100000110 1100100 1010000

Color Harmonies of #BE98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE98FF

Black with #BE98FF

Text Example


Text Example

White with #BE98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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