Html Css Color HEX #B998F1 Perfume

📋 copy color: '#B998F1'

red 185 ◦ green 152 ◦ blue 241

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

Shades of Perfume #B998F1

Tints of Perfume #B998F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.7%

R = 32.01%
G = 26.3%
B = 41.7%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B998F1 (or 0xB998F1) is known color: Perfume. HEX triplet: B9, 98 and F1. RGB value is (185,152,241). Sum of RGB (Red+Green+Blue) = 185+152+241=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #B998F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998F1 is #46670E. Grayscale: #ABABAB. Windows color (decimal): -4613903 or 15833273. OLE color: 15833273.

HSL color Cylindrical-coordinate representation of color #B998F1: hue angle of 262.25º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B998F1 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 152 241 -
CMYK 0.23 0.37 0 0.05
HSL 262.25º 0.76% 0.77% -
HSV(B) 262.25º 0.37% 0.95% -
XYZ 47.11 39.12 88.29 -
YUV 172.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 185 152 241 0.23 0.37 0 0.05 262.25 0.76 0.77
Hex B9 98 F1 17 25 0 5 106 4C 4D
Octal 271 230 361 27 45 0 5 406 114 115
Binary 10111001 10011000 11110001 10111 100101 0 101 100000110 1001100 1001101

Color Harmonies of #B998F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998F1

Black with #B998F1

Text Example


Text Example

White with #B998F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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