Html Css Color HEX #B98CFE Perfume

📋 copy color: '#B98CFE'

red 185 ◦ green 140 ◦ blue 254

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

Shades of Perfume #B98CFE

Tints of Perfume #B98CFE

RGB

 RED value IS 185 (72.66% from 255) = 31.95%

 GREEN value IS 140 (55.08% from 255) = 24.18%

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

R = 31.95%
G = 24.18%
B = 43.87%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B98CFE (or 0xB98CFE) is known color: Perfume. HEX triplet: B9, 8C and FE. RGB value is (185,140,254). Sum of RGB (Red+Green+Blue) = 185+140+254=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #B98CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98CFE is #467301. Grayscale: #A6A6A6. Windows color (decimal): -4616962 or 16682169. OLE color: 16682169.

HSL color Cylindrical-coordinate representation of color #B98CFE: hue angle of 263.68º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B98CFE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 140 254 -
CMYK 0.27 0.45 0 0.00
HSL 263.68º 0.98% 0.77% -
HSV(B) 263.68º 0.45% 1% -
XYZ 47.28 36.23 98.27 -
YUV 166.45 177.41 141.23 -
System Red Green Blue C M Y K H S L
Decimal 185 140 254 0.27 0.45 0 0.00 263.68 0.98 0.77
Hex B9 8C FE 1B 2D 0 0 108 62 4D
Octal 271 214 376 33 55 0 0 410 142 115
Binary 10111001 10001100 11111110 11011 101101 0 0 100001000 1100010 1001101

Color Harmonies of #B98CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CFE

Black with #B98CFE

Text Example


Text Example

White with #B98CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CFE; }

 p { color: rgb(185,140,254); }

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

background-color css

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

 a { background-color: rgb(185,140,254); }

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

border-color css

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

 span { border-color: rgb(185,140,254); }

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