Html Css Color HEX #B896FC Perfume

📋 copy color: '#B896FC'

red 184 ◦ green 150 ◦ blue 252

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

Shades of Perfume #B896FC

Tints of Perfume #B896FC

RGB

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

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

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

R = 31.4%
G = 25.6%
B = 43%

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

#B896FC (or 0xB896FC) is known color: Perfume. HEX triplet: B8, 96 and FC. RGB value is (184,150,252). Sum of RGB (Red+Green+Blue) = 184+150+252=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #B896FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896FC is #476903. Grayscale: #ABABAB. Windows color (decimal): -4679940 or 16553656. OLE color: 16553656.

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

Color convert

RGB 184 150 252 -
CMYK 0.27 0.40 0 0.01
HSL 260º 0.94% 0.79% -
HSV(B) 260º 0.4% 0.99% -
XYZ 48.24 39.03 97.09 -
YUV 171.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 184 150 252 0.27 0.40 0 0.01 260 0.94 0.79
Hex B8 96 FC 1B 28 0 1 104 5E 4F
Octal 270 226 374 33 50 0 1 404 136 117
Binary 10111000 10010110 11111100 11011 101000 0 1 100000100 1011110 1001111

Color Harmonies of #B896FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896FC

Black with #B896FC

Text Example


Text Example

White with #B896FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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