Html Css Color HEX #B896EC Biloba Flower

📋 copy color: '#B896EC'

red 184 ◦ green 150 ◦ blue 236

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

Shades of Biloba Flower #B896EC

Tints of Biloba Flower #B896EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.4%

R = 32.28%
G = 26.32%
B = 41.4%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B896EC (or 0xB896EC) is known color: Biloba Flower. HEX triplet: B8, 96 and EC. RGB value is (184,150,236). Sum of RGB (Red+Green+Blue) = 184+150+236=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #B896EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896EC is #476913. Grayscale: #A9A9A9. Windows color (decimal): -4679956 or 15505080. OLE color: 15505080.

HSL color Cylindrical-coordinate representation of color #B896EC: hue angle of 263.72º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B896EC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 150 236 -
CMYK 0.22 0.36 0 0.07
HSL 263.72º 0.69% 0.76% -
HSV(B) 263.72º 0.36% 0.93% -
XYZ 45.81 38.06 84.29 -
YUV 169.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 184 150 236 0.22 0.36 0 0.07 263.72 0.69 0.76
Hex B8 96 EC 16 24 0 7 108 45 4C
Octal 270 226 354 26 44 0 7 410 105 114
Binary 10111000 10010110 11101100 10110 100100 0 111 100001000 1000101 1001100

Color Harmonies of #B896EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896EC

Black with #B896EC

Text Example


Text Example

White with #B896EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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