Html Css Color HEX #B089E2 Biloba Flower

📋 copy color: '#B089E2'

red 176 ◦ green 137 ◦ blue 226

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

Shades of Biloba Flower #B089E2

Tints of Biloba Flower #B089E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.93%

R = 32.65%
G = 25.42%
B = 41.93%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B089E2 (or 0xB089E2) is known color: Biloba Flower. HEX triplet: B0, 89 and E2. RGB value is (176,137,226). Sum of RGB (Red+Green+Blue) = 176+137+226=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #B089E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089E2 is #4F761D. Grayscale: #9E9E9E. Windows color (decimal): -5207582 or 14846384. OLE color: 14846384.

HSL color Cylindrical-coordinate representation of color #B089E2: hue angle of 266.29º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B089E2 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 137 226 -
CMYK 0.22 0.39 0 0.11
HSL 266.29º 0.61% 0.71% -
HSV(B) 266.29º 0.39% 0.89% -
XYZ 40.58 32.61 76.11 -
YUV 158.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 176 137 226 0.22 0.39 0 0.11 266.29 0.61 0.71
Hex B0 89 E2 16 27 0 B 10A 3D 47
Octal 260 211 342 26 47 0 13 412 75 107
Binary 10110000 10001001 11100010 10110 100111 0 1011 100001010 111101 1000111

Color Harmonies of #B089E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089E2

Black with #B089E2

Text Example


Text Example

White with #B089E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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