Html Css Color HEX #B086EC Biloba Flower

📋 copy color: '#B086EC'

red 176 ◦ green 134 ◦ blue 236

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

Shades of Biloba Flower #B086EC

Tints of Biloba Flower #B086EC

RGB

 RED value IS 176 (69.14% from 255) = 32.23%

 GREEN value IS 134 (52.73% from 255) = 24.54%

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

R = 32.23%
G = 24.54%
B = 43.22%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B086EC (or 0xB086EC) is known color: Biloba Flower. HEX triplet: B0, 86 and EC. RGB value is (176,134,236). Sum of RGB (Red+Green+Blue) = 176+134+236=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #B086EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B086EC is #4F7913. Grayscale: #9D9D9D. Windows color (decimal): -5208340 or 15500976. OLE color: 15500976.

HSL color Cylindrical-coordinate representation of color #B086EC: hue angle of 264.71º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B086EC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 134 236 -
CMYK 0.25 0.43 0 0.07
HSL 264.71º 0.73% 0.73% -
HSV(B) 264.71º 0.43% 0.93% -
XYZ 41.57 32.34 83.41 -
YUV 158.19 171.91 140.71 -
System Red Green Blue C M Y K H S L
Decimal 176 134 236 0.25 0.43 0 0.07 264.71 0.73 0.73
Hex B0 86 EC 19 2B 0 7 109 49 49
Octal 260 206 354 31 53 0 7 411 111 111
Binary 10110000 10000110 11101100 11001 101011 0 111 100001001 1001001 1001001

Color Harmonies of #B086EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B086EC

Black with #B086EC

Text Example


Text Example

White with #B086EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B086EC; }

 p { color: rgb(176,134,236); }

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

background-color css

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

 a { background-color: rgb(176,134,236); }

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

border-color css

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

 span { border-color: rgb(176,134,236); }

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