Html Css Color HEX #B089EA Biloba Flower

📋 copy color: '#B089EA'

red 176 ◦ green 137 ◦ blue 234

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

Shades of Biloba Flower #B089EA

Tints of Biloba Flower #B089EA

RGB

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

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

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

R = 32.18%
G = 25.05%
B = 42.78%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B089EA (or 0xB089EA) is known color: Biloba Flower. HEX triplet: B0, 89 and EA. RGB value is (176,137,234). Sum of RGB (Red+Green+Blue) = 176+137+234=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #B089EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089EA is #4F7615. Grayscale: #9F9F9F. Windows color (decimal): -5207574 or 15370672. OLE color: 15370672.

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

Color convert

RGB 176 137 234 -
CMYK 0.25 0.41 0 0.08
HSL 264.12º 0.7% 0.73% -
HSV(B) 264.12º 0.41% 0.92% -
XYZ 41.7 33.06 82.03 -
YUV 159.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 176 137 234 0.25 0.41 0 0.08 264.12 0.7 0.73
Hex B0 89 EA 19 29 0 8 108 46 49
Octal 260 211 352 31 51 0 10 410 106 111
Binary 10110000 10001001 11101010 11001 101001 0 1000 100001000 1000110 1001001

Color Harmonies of #B089EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089EA

Black with #B089EA

Text Example


Text Example

White with #B089EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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