Html Css Color HEX #B896DD Biloba Flower

📋 copy color: '#B896DD'

red 184 ◦ green 150 ◦ blue 221

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

Shades of Biloba Flower #B896DD

Tints of Biloba Flower #B896DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 33.15%
G = 27.03%
B = 39.82%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B896DD (or 0xB896DD) is known color: Biloba Flower. HEX triplet: B8, 96 and DD. RGB value is (184,150,221). Sum of RGB (Red+Green+Blue) = 184+150+221=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #B896DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896DD is #476922. Grayscale: #A8A8A8. Windows color (decimal): -4679971 or 14522040. OLE color: 14522040.

HSL color Cylindrical-coordinate representation of color #B896DD: hue angle of 268.73º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B896DD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 150 221 -
CMYK 0.17 0.32 0 0.13
HSL 268.73º 0.51% 0.73% -
HSV(B) 268.73º 0.32% 0.87% -
XYZ 43.72 37.22 73.29 -
YUV 168.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 184 150 221 0.17 0.32 0 0.13 268.73 0.51 0.73
Hex B8 96 DD 11 20 0 D 10D 33 49
Octal 270 226 335 21 40 0 15 415 63 111
Binary 10111000 10010110 11011101 10001 100000 0 1101 100001101 110011 1001001

Color Harmonies of #B896DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896DD

Black with #B896DD

Text Example


Text Example

White with #B896DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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