Html Css Color HEX #B998FC Perfume

📋 copy color: '#B998FC'

red 185 ◦ green 152 ◦ blue 252

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

Shades of Perfume #B998FC

Tints of Perfume #B998FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 31.41%
G = 25.81%
B = 42.78%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B998FC (or 0xB998FC) is known color: Perfume. HEX triplet: B9, 98 and FC. RGB value is (185,152,252). Sum of RGB (Red+Green+Blue) = 185+152+252=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #B998FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998FC is #466703. Grayscale: #ACACAC. Windows color (decimal): -4613892 or 16554169. OLE color: 16554169.

HSL color Cylindrical-coordinate representation of color #B998FC: hue angle of 259.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B998FC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 152 252 -
CMYK 0.27 0.40 0 0.01
HSL 259.8º 0.94% 0.79% -
HSV(B) 259.8º 0.4% 0.99% -
XYZ 48.81 39.8 97.21 -
YUV 173.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 185 152 252 0.27 0.40 0 0.01 259.8 0.94 0.79
Hex B9 98 FC 1B 28 0 1 104 5E 4F
Octal 271 230 374 33 50 0 1 404 136 117
Binary 10111001 10011000 11111100 11011 101000 0 1 100000100 1011110 1001111

Color Harmonies of #B998FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998FC

Black with #B998FC

Text Example


Text Example

White with #B998FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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