Html Css Color HEX #B998FE Perfume

📋 copy color: '#B998FE'

red 185 ◦ green 152 ◦ blue 254

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

Shades of Perfume #B998FE

Tints of Perfume #B998FE

RGB

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

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

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

R = 31.3%
G = 25.72%
B = 42.98%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B998FE (or 0xB998FE) is known color: Perfume. HEX triplet: B9, 98 and FE. RGB value is (185,152,254). Sum of RGB (Red+Green+Blue) = 185+152+254=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #B998FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998FE is #466701. Grayscale: #ADADAD. Windows color (decimal): -4613890 or 16685241. OLE color: 16685241.

HSL color Cylindrical-coordinate representation of color #B998FE: hue angle of 259.41º 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 #B998FE is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 152 254 -
CMYK 0.27 0.40 0 0.00
HSL 259.41º 0.98% 0.8% -
HSV(B) 259.41º 0.4% 1% -
XYZ 49.13 39.93 98.88 -
YUV 173.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 185 152 254 0.27 0.40 0 0.00 259.41 0.98 0.8
Hex B9 98 FE 1B 28 0 0 103 62 50
Octal 271 230 376 33 50 0 0 403 142 120
Binary 10111001 10011000 11111110 11011 101000 0 0 100000011 1100010 1010000

Color Harmonies of #B998FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998FE

Black with #B998FE

Text Example


Text Example

White with #B998FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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