Html Css Color HEX #B896DE Biloba Flower

📋 copy color: '#B896DE'

red 184 ◦ green 150 ◦ blue 222

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

Shades of Biloba Flower #B896DE

Tints of Biloba Flower #B896DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.93%

R = 33.09%
G = 26.98%
B = 39.93%

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

#B896DE (or 0xB896DE) is known color: Biloba Flower. HEX triplet: B8, 96 and DE. RGB value is (184,150,222). Sum of RGB (Red+Green+Blue) = 184+150+222=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #B896DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896DE is #476921. Grayscale: #A8A8A8. Windows color (decimal): -4679970 or 14587576. OLE color: 14587576.

HSL color Cylindrical-coordinate representation of color #B896DE: hue angle of 268.33º degrees, saturation: 0.52, 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 #B896DE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 150 222 -
CMYK 0.17 0.32 0 0.13
HSL 268.33º 0.52% 0.73% -
HSV(B) 268.33º 0.32% 0.87% -
XYZ 43.86 37.28 73.99 -
YUV 168.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 184 150 222 0.17 0.32 0 0.13 268.33 0.52 0.73
Hex B8 96 DE 11 20 0 D 10C 34 49
Octal 270 226 336 21 40 0 15 414 64 111
Binary 10111000 10010110 11011110 10001 100000 0 1101 100001100 110100 1001001

Color Harmonies of #B896DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896DE

Black with #B896DE

Text Example


Text Example

White with #B896DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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