Html Css Color HEX #B999FC Perfume

📋 copy color: '#B999FC'

red 185 ◦ green 153 ◦ blue 252

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

Shades of Perfume #B999FC

Tints of Perfume #B999FC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.93%

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

R = 31.36%
G = 25.93%
B = 42.71%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B999FC (or 0xB999FC) is known color: Perfume. HEX triplet: B9, 99 and FC. RGB value is (185,153,252). Sum of RGB (Red+Green+Blue) = 185+153+252=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #B999FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B999FC is #466603. Grayscale: #ADADAD. Windows color (decimal): -4613636 or 16554425. OLE color: 16554425.

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

Color convert

RGB 185 153 252 -
CMYK 0.27 0.39 0 0.01
HSL 259.39º 0.94% 0.79% -
HSV(B) 259.39º 0.39% 0.99% -
XYZ 48.97 40.13 97.26 -
YUV 173.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 185 153 252 0.27 0.39 0 0.01 259.39 0.94 0.79
Hex B9 99 FC 1B 27 0 1 103 5E 4F
Octal 271 231 374 33 47 0 1 403 136 117
Binary 10111001 10011001 11111100 11011 100111 0 1 100000011 1011110 1001111

Color Harmonies of #B999FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999FC

Black with #B999FC

Text Example


Text Example

White with #B999FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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