Html Css Color HEX #B998FF Perfume

📋 copy color: '#B998FF'

red 185 ◦ green 152 ◦ blue 255

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

Shades of Perfume #B998FF

Tints of Perfume #B998FF

RGB

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

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

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

R = 31.25%
G = 25.68%
B = 43.07%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B998FF (or 0xB998FF) is known color: Perfume. HEX triplet: B9, 98 and FF. RGB value is (185,152,255). Sum of RGB (Red+Green+Blue) = 185+152+255=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #B998FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998FF is #466700. Grayscale: #ADADAD. Windows color (decimal): -4613889 or 16750777. OLE color: 16750777.

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

Color convert

RGB 185 152 255 -
CMYK 0.27 0.40 0 0
HSL 259.22º 1% 0.8% -
HSV(B) 259.22º 0.4% 1% -
XYZ 49.29 39.99 99.73 -
YUV 173.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 185 152 255 0.27 0.40 0 0 259.22 1 0.8
Hex B9 98 FF 1B 28 0 0 103 64 50
Octal 271 230 377 33 50 0 0 403 144 120
Binary 10111001 10011000 11111111 11011 101000 0 0 100000011 1100100 1010000

Color Harmonies of #B998FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998FF

Black with #B998FF

Text Example


Text Example

White with #B998FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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