Html Css Color HEX #B998FA Perfume

📋 copy color: '#B998FA'

red 185 ◦ green 152 ◦ blue 250

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

Shades of Perfume #B998FA

Tints of Perfume #B998FA

RGB

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

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

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

R = 31.52%
G = 25.89%
B = 42.59%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B998FA (or 0xB998FA) is known color: Perfume. HEX triplet: B9, 98 and FA. RGB value is (185,152,250). Sum of RGB (Red+Green+Blue) = 185+152+250=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #B998FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998FA is #466705. Grayscale: #ACACAC. Windows color (decimal): -4613894 or 16423097. OLE color: 16423097.

HSL color Cylindrical-coordinate representation of color #B998FA: hue angle of 260.2º 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 #B998FA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 152 250 -
CMYK 0.26 0.39 0 0.02
HSL 260.2º 0.91% 0.79% -
HSV(B) 260.2º 0.39% 0.98% -
XYZ 48.49 39.67 95.54 -
YUV 173.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 185 152 250 0.26 0.39 0 0.02 260.2 0.91 0.79
Hex B9 98 FA 1A 27 0 2 104 5B 4F
Octal 271 230 372 32 47 0 2 404 133 117
Binary 10111001 10011000 11111010 11010 100111 0 10 100000100 1011011 1001111

Color Harmonies of #B998FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998FA

Black with #B998FA

Text Example


Text Example

White with #B998FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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