Html Css Color HEX #B996EC Perfume

📋 copy color: '#B996EC'

red 185 ◦ green 150 ◦ blue 236

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

Shades of Perfume #B996EC

Tints of Perfume #B996EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 32.4%
G = 26.27%
B = 41.33%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B996EC (or 0xB996EC) is known color: Perfume. HEX triplet: B9, 96 and EC. RGB value is (185,150,236). Sum of RGB (Red+Green+Blue) = 185+150+236=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #B996EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B996EC is #466913. Grayscale: #A9A9A9. Windows color (decimal): -4614420 or 15505081. OLE color: 15505081.

HSL color Cylindrical-coordinate representation of color #B996EC: hue angle of 264.42º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B996EC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 150 236 -
CMYK 0.22 0.36 0 0.07
HSL 264.42º 0.69% 0.76% -
HSV(B) 264.42º 0.36% 0.93% -
XYZ 46.05 38.18 84.3 -
YUV 170.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 185 150 236 0.22 0.36 0 0.07 264.42 0.69 0.76
Hex B9 96 EC 16 24 0 7 108 45 4C
Octal 271 226 354 26 44 0 7 410 105 114
Binary 10111001 10010110 11101100 10110 100100 0 111 100001000 1000101 1001100

Color Harmonies of #B996EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996EC

Black with #B996EC

Text Example


Text Example

White with #B996EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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