Html Css Color HEX #B086EA Biloba Flower

📋 copy color: '#B086EA'

red 176 ◦ green 134 ◦ blue 234

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

Shades of Biloba Flower #B086EA

Tints of Biloba Flower #B086EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 32.35%
G = 24.63%
B = 43.01%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B086EA (or 0xB086EA) is known color: Biloba Flower. HEX triplet: B0, 86 and EA. RGB value is (176,134,234). Sum of RGB (Red+Green+Blue) = 176+134+234=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #B086EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B086EA is #4F7915. Grayscale: #9D9D9D. Windows color (decimal): -5208342 or 15369904. OLE color: 15369904.

HSL color Cylindrical-coordinate representation of color #B086EA: hue angle of 265.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B086EA is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 134 234 -
CMYK 0.25 0.43 0 0.08
HSL 265.2º 0.7% 0.72% -
HSV(B) 265.2º 0.43% 0.92% -
XYZ 41.28 32.22 81.89 -
YUV 157.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 176 134 234 0.25 0.43 0 0.08 265.2 0.7 0.72
Hex B0 86 EA 19 2B 0 8 109 46 48
Octal 260 206 352 31 53 0 10 411 106 110
Binary 10110000 10000110 11101010 11001 101011 0 1000 100001001 1000110 1001000

Color Harmonies of #B086EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B086EA

Black with #B086EA

Text Example


Text Example

White with #B086EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B086EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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