Html Css Color HEX #B896FD Perfume

📋 copy color: '#B896FD'

red 184 ◦ green 150 ◦ blue 253

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

Shades of Perfume #B896FD

Tints of Perfume #B896FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.1%

R = 31.35%
G = 25.55%
B = 43.1%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B896FD (or 0xB896FD) is known color: Perfume. HEX triplet: B8, 96 and FD. RGB value is (184,150,253). Sum of RGB (Red+Green+Blue) = 184+150+253=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #B896FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896FD is #476902. Grayscale: #ABABAB. Windows color (decimal): -4679939 or 16619192. OLE color: 16619192.

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

Color convert

RGB 184 150 253 -
CMYK 0.27 0.41 0 0.01
HSL 259.81º 0.96% 0.79% -
HSV(B) 259.81º 0.41% 0.99% -
XYZ 48.4 39.09 97.92 -
YUV 171.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 184 150 253 0.27 0.41 0 0.01 259.81 0.96 0.79
Hex B8 96 FD 1B 29 0 1 104 60 4F
Octal 270 226 375 33 51 0 1 404 140 117
Binary 10111000 10010110 11111101 11011 101001 0 1 100000100 1100000 1001111

Color Harmonies of #B896FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896FD

Black with #B896FD

Text Example


Text Example

White with #B896FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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