Html Css Color HEX #B998F2 Perfume

📋 copy color: '#B998F2'

red 185 ◦ green 152 ◦ blue 242

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

Shades of Perfume #B998F2

Tints of Perfume #B998F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.8%

R = 31.95%
G = 26.25%
B = 41.8%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B998F2 (or 0xB998F2) is known color: Perfume. HEX triplet: B9, 98 and F2. RGB value is (185,152,242). Sum of RGB (Red+Green+Blue) = 185+152+242=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #B998F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998F2 is #46670D. Grayscale: #ABABAB. Windows color (decimal): -4613902 or 15898809. OLE color: 15898809.

HSL color Cylindrical-coordinate representation of color #B998F2: hue angle of 262º degrees, saturation: 0.78, 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 #B998F2 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 152 242 -
CMYK 0.24 0.37 0 0.05
HSL 262º 0.78% 0.77% -
HSV(B) 262º 0.37% 0.95% -
XYZ 47.26 39.18 89.08 -
YUV 172.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 185 152 242 0.24 0.37 0 0.05 262 0.78 0.77
Hex B9 98 F2 18 25 0 5 106 4E 4D
Octal 271 230 362 30 45 0 5 406 116 115
Binary 10111001 10011000 11110010 11000 100101 0 101 100000110 1001110 1001101

Color Harmonies of #B998F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998F2

Black with #B998F2

Text Example


Text Example

White with #B998F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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