Html Css Color HEX #B896DC Biloba Flower

📋 copy color: '#B896DC'

red 184 ◦ green 150 ◦ blue 220

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

Shades of Biloba Flower #B896DC

Tints of Biloba Flower #B896DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 33.21%
G = 27.08%
B = 39.71%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B896DC (or 0xB896DC) is known color: Biloba Flower. HEX triplet: B8, 96 and DC. RGB value is (184,150,220). Sum of RGB (Red+Green+Blue) = 184+150+220=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #B896DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896DC is #476923. Grayscale: #A7A7A7. Windows color (decimal): -4679972 or 14456504. OLE color: 14456504.

HSL color Cylindrical-coordinate representation of color #B896DC: hue angle of 269.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B896DC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 150 220 -
CMYK 0.16 0.32 0 0.14
HSL 269.14º 0.5% 0.73% -
HSV(B) 269.14º 0.32% 0.86% -
XYZ 43.59 37.17 72.59 -
YUV 168.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 184 150 220 0.16 0.32 0 0.14 269.14 0.5 0.73
Hex B8 96 DC 10 20 0 E 10D 32 49
Octal 270 226 334 20 40 0 16 415 62 111
Binary 10111000 10010110 11011100 10000 100000 0 1110 100001101 110010 1001001

Color Harmonies of #B896DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896DC

Black with #B896DC

Text Example


Text Example

White with #B896DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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