Html Css Color HEX #B089ED Biloba Flower

📋 copy color: '#B089ED'

red 176 ◦ green 137 ◦ blue 237

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

Shades of Biloba Flower #B089ED

Tints of Biloba Flower #B089ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 32%
G = 24.91%
B = 43.09%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B089ED (or 0xB089ED) is known color: Biloba Flower. HEX triplet: B0, 89 and ED. RGB value is (176,137,237). Sum of RGB (Red+Green+Blue) = 176+137+237=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 137 (53.91% from 255 or 24.91% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #B089ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089ED is #4F7612. Grayscale: #9F9F9F. Windows color (decimal): -5207571 or 15567280. OLE color: 15567280.

HSL color Cylindrical-coordinate representation of color #B089ED: hue angle of 263.4º degrees, saturation: 0.74, 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 #B089ED is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 137 237 -
CMYK 0.26 0.42 0 0.07
HSL 263.4º 0.74% 0.73% -
HSV(B) 263.4º 0.42% 0.93% -
XYZ 42.14 33.24 84.32 -
YUV 160.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 176 137 237 0.26 0.42 0 0.07 263.4 0.74 0.73
Hex B0 89 ED 1A 2A 0 7 107 4A 49
Octal 260 211 355 32 52 0 7 407 112 111
Binary 10110000 10001001 11101101 11010 101010 0 111 100000111 1001010 1001001

Color Harmonies of #B089ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089ED

Black with #B089ED

Text Example


Text Example

White with #B089ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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