Html Css Color HEX #B089D8 Biloba Flower

📋 copy color: '#B089D8'

red 176 ◦ green 137 ◦ blue 216

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

Shades of Biloba Flower #B089D8

Tints of Biloba Flower #B089D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.83%

R = 33.27%
G = 25.9%
B = 40.83%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B089D8 (or 0xB089D8) is known color: Biloba Flower. HEX triplet: B0, 89 and D8. RGB value is (176,137,216). Sum of RGB (Red+Green+Blue) = 176+137+216=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #B089D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089D8 is #4F7627. Grayscale: #9D9D9D. Windows color (decimal): -5207592 or 14191024. OLE color: 14191024.

HSL color Cylindrical-coordinate representation of color #B089D8: hue angle of 269.62º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B089D8 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 137 216 -
CMYK 0.19 0.37 0 0.15
HSL 269.62º 0.5% 0.69% -
HSV(B) 269.62º 0.37% 0.85% -
XYZ 39.24 32.08 69.09 -
YUV 157.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 176 137 216 0.19 0.37 0 0.15 269.62 0.5 0.69
Hex B0 89 D8 13 25 0 F 10E 32 45
Octal 260 211 330 23 45 0 17 416 62 105
Binary 10110000 10001001 11011000 10011 100101 0 1111 100001110 110010 1000101

Color Harmonies of #B089D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089D8

Black with #B089D8

Text Example


Text Example

White with #B089D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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