Html Css Color HEX #B089EC Biloba Flower

📋 copy color: '#B089EC'

red 176 ◦ green 137 ◦ blue 236

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

Shades of Biloba Flower #B089EC

Tints of Biloba Flower #B089EC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.95%

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

R = 32.06%
G = 24.95%
B = 42.99%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B089EC (or 0xB089EC) is known color: Biloba Flower. HEX triplet: B0, 89 and EC. RGB value is (176,137,236). Sum of RGB (Red+Green+Blue) = 176+137+236=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #B089EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089EC is #4F7613. Grayscale: #9F9F9F. Windows color (decimal): -5207572 or 15501744. OLE color: 15501744.

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

Color convert

RGB 176 137 236 -
CMYK 0.25 0.42 0 0.07
HSL 263.64º 0.72% 0.73% -
HSV(B) 263.64º 0.42% 0.93% -
XYZ 41.99 33.18 83.55 -
YUV 159.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 176 137 236 0.25 0.42 0 0.07 263.64 0.72 0.73
Hex B0 89 EC 19 2A 0 7 108 48 49
Octal 260 211 354 31 52 0 7 410 110 111
Binary 10110000 10001001 11101100 11001 101010 0 111 100001000 1001000 1001001

Color Harmonies of #B089EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089EC

Black with #B089EC

Text Example


Text Example

White with #B089EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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