Html Css Color HEX #B996FC Perfume

📋 copy color: '#B996FC'

red 185 ◦ green 150 ◦ blue 252

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

Shades of Perfume #B996FC

Tints of Perfume #B996FC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.55%

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

R = 31.52%
G = 25.55%
B = 42.93%

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

#B996FC (or 0xB996FC) is known color: Perfume. HEX triplet: B9, 96 and FC. RGB value is (185,150,252). Sum of RGB (Red+Green+Blue) = 185+150+252=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #B996FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B996FC is #466903. Grayscale: #ABABAB. Windows color (decimal): -4614404 or 16553657. OLE color: 16553657.

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

Color convert

RGB 185 150 252 -
CMYK 0.27 0.40 0 0.01
HSL 260.59º 0.94% 0.79% -
HSV(B) 260.59º 0.4% 0.99% -
XYZ 48.48 39.16 97.1 -
YUV 172.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 185 150 252 0.27 0.40 0 0.01 260.59 0.94 0.79
Hex B9 96 FC 1B 28 0 1 105 5E 4F
Octal 271 226 374 33 50 0 1 405 136 117
Binary 10111001 10010110 11111100 11011 101000 0 1 100000101 1011110 1001111

Color Harmonies of #B996FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996FC

Black with #B996FC

Text Example


Text Example

White with #B996FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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