Html Css Color HEX #B089E5 Biloba Flower

📋 copy color: '#B089E5'

red 176 ◦ green 137 ◦ blue 229

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

Shades of Biloba Flower #B089E5

Tints of Biloba Flower #B089E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.25%

R = 32.47%
G = 25.28%
B = 42.25%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B089E5 (or 0xB089E5) is known color: Biloba Flower. HEX triplet: B0, 89 and E5. RGB value is (176,137,229). Sum of RGB (Red+Green+Blue) = 176+137+229=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #B089E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089E5 is #4F761A. Grayscale: #9E9E9E. Windows color (decimal): -5207579 or 15042992. OLE color: 15042992.

HSL color Cylindrical-coordinate representation of color #B089E5: hue angle of 265.43º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B089E5 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 137 229 -
CMYK 0.23 0.40 0 0.10
HSL 265.43º 0.64% 0.72% -
HSV(B) 265.43º 0.4% 0.9% -
XYZ 40.99 32.78 78.3 -
YUV 159.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 176 137 229 0.23 0.40 0 0.10 265.43 0.64 0.72
Hex B0 89 E5 17 28 0 A 109 40 48
Octal 260 211 345 27 50 0 12 411 100 110
Binary 10110000 10001001 11100101 10111 101000 0 1010 100001001 1000000 1001000

Color Harmonies of #B089E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089E5

Black with #B089E5

Text Example


Text Example

White with #B089E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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