Html Css Color HEX #B089EE Biloba Flower

📋 copy color: '#B089EE'

red 176 ◦ green 137 ◦ blue 238

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

Shades of Biloba Flower #B089EE

Tints of Biloba Flower #B089EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 31.94%
G = 24.86%
B = 43.19%

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

#B089EE (or 0xB089EE) is known color: Biloba Flower. HEX triplet: B0, 89 and EE. RGB value is (176,137,238). Sum of RGB (Red+Green+Blue) = 176+137+238=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #B089EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089EE is #4F7611. Grayscale: #9F9F9F. Windows color (decimal): -5207570 or 15632816. OLE color: 15632816.

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

Color convert

RGB 176 137 238 -
CMYK 0.26 0.42 0 0.07
HSL 263.17º 0.75% 0.74% -
HSV(B) 263.17º 0.42% 0.93% -
XYZ 42.28 33.29 85.09 -
YUV 160.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 176 137 238 0.26 0.42 0 0.07 263.17 0.75 0.74
Hex B0 89 EE 1A 2A 0 7 107 4B 4A
Octal 260 211 356 32 52 0 7 407 113 112
Binary 10110000 10001001 11101110 11010 101010 0 111 100000111 1001011 1001010

Color Harmonies of #B089EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089EE

Black with #B089EE

Text Example


Text Example

White with #B089EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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