Html Css Color HEX #B996ED Perfume

📋 copy color: '#B996ED'

red 185 ◦ green 150 ◦ blue 237

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

Shades of Perfume #B996ED

Tints of Perfume #B996ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 32.34%
G = 26.22%
B = 41.43%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B996ED (or 0xB996ED) is known color: Perfume. HEX triplet: B9, 96 and ED. RGB value is (185,150,237). Sum of RGB (Red+Green+Blue) = 185+150+237=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #B996ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B996ED is #466912. Grayscale: #AAAAAA. Windows color (decimal): -4614419 or 15570617. OLE color: 15570617.

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

Color convert

RGB 185 150 237 -
CMYK 0.22 0.37 0 0.07
HSL 264.14º 0.71% 0.76% -
HSV(B) 264.14º 0.37% 0.93% -
XYZ 46.2 38.24 85.07 -
YUV 170.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 185 150 237 0.22 0.37 0 0.07 264.14 0.71 0.76
Hex B9 96 ED 16 25 0 7 108 47 4C
Octal 271 226 355 26 45 0 7 410 107 114
Binary 10111001 10010110 11101101 10110 100101 0 111 100001000 1000111 1001100

Color Harmonies of #B996ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996ED

Black with #B996ED

Text Example


Text Example

White with #B996ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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