Html Css Color HEX #B998F6 Perfume

📋 copy color: '#B998F6'

red 185 ◦ green 152 ◦ blue 246

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

Shades of Perfume #B998F6

Tints of Perfume #B998F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.2%

R = 31.73%
G = 26.07%
B = 42.2%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B998F6 (or 0xB998F6) is known color: Perfume. HEX triplet: B9, 98 and F6. RGB value is (185,152,246). Sum of RGB (Red+Green+Blue) = 185+152+246=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #B998F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998F6 is #466709. Grayscale: #ACACAC. Windows color (decimal): -4613898 or 16160953. OLE color: 16160953.

HSL color Cylindrical-coordinate representation of color #B998F6: hue angle of 261.06º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B998F6 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 152 246 -
CMYK 0.25 0.38 0 0.04
HSL 261.06º 0.84% 0.78% -
HSV(B) 261.06º 0.38% 0.96% -
XYZ 47.87 39.42 92.28 -
YUV 172.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 185 152 246 0.25 0.38 0 0.04 261.06 0.84 0.78
Hex B9 98 F6 19 26 0 4 105 54 4E
Octal 271 230 366 31 46 0 4 405 124 116
Binary 10111001 10011000 11110110 11001 100110 0 100 100000101 1010100 1001110

Color Harmonies of #B998F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998F6

Black with #B998F6

Text Example


Text Example

White with #B998F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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