Html Css Color HEX #B896FF Perfume

📋 copy color: '#B896FF'

red 184 ◦ green 150 ◦ blue 255

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

Shades of Perfume #B896FF

Tints of Perfume #B896FF

RGB

 RED value IS 184 (72.27% from 255) = 31.24%

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

 BLUE value IS 255 (100% from 255) = 43.29%

R = 31.24%
G = 25.47%
B = 43.29%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B896FF (or 0xB896FF) is known color: Perfume. HEX triplet: B8, 96 and FF. RGB value is (184,150,255). Sum of RGB (Red+Green+Blue) = 184+150+255=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #B896FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896FF is #476900. Grayscale: #ABABAB. Windows color (decimal): -4679937 or 16750264. OLE color: 16750264.

HSL color Cylindrical-coordinate representation of color #B896FF: hue angle of 259.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B896FF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 150 255 -
CMYK 0.28 0.41 0 0
HSL 259.43º 1% 0.79% -
HSV(B) 259.43º 0.41% 1% -
XYZ 48.72 39.22 99.61 -
YUV 172.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 184 150 255 0.28 0.41 0 0 259.43 1 0.79
Hex B8 96 FF 1C 29 0 0 103 64 4F
Octal 270 226 377 34 51 0 0 403 144 117
Binary 10111000 10010110 11111111 11100 101001 0 0 100000011 1100100 1001111

Color Harmonies of #B896FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896FF

Black with #B896FF

Text Example


Text Example

White with #B896FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896FF; }

 p { color: rgb(184,150,255); }

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

background-color css

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

 a { background-color: rgb(184,150,255); }

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

border-color css

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

 span { border-color: rgb(184,150,255); }

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