Html Css Color HEX #B0A9BE Biloba Flower

📋 copy color: '#B0A9BE'

red 176 ◦ green 169 ◦ blue 190

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

Shades of Biloba Flower #B0A9BE

Tints of Biloba Flower #B0A9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 32.9%
G = 31.59%
B = 35.51%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0A9BE (or 0xB0A9BE) is known color: Biloba Flower. HEX triplet: B0, A9 and BE. RGB value is (176,169,190). Sum of RGB (Red+Green+Blue) = 176+169+190=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A9BE is #4F5641. Grayscale: #ADADAD. Windows color (decimal): -5199426 or 12495280. OLE color: 12495280.

HSL color Cylindrical-coordinate representation of color #B0A9BE: hue angle of 260º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0A9BE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 169 190 -
CMYK 0.07 0.11 0 0.25
HSL 260º 0.14% 0.7% -
HSV(B) 260º 0.11% 0.75% -
XYZ 41.39 41.32 54.51 -
YUV 173.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 176 169 190 0.07 0.11 0 0.25 260 0.14 0.7
Hex B0 A9 BE 7 B 0 19 104 E 46
Octal 260 251 276 7 13 0 31 404 16 106
Binary 10110000 10101001 10111110 111 1011 0 11001 100000100 1110 1000110

Color Harmonies of #B0A9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A9BE

Black with #B0A9BE

Text Example


Text Example

White with #B0A9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A9BE; }

 p { color: rgb(176,169,190); }

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

background-color css

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

 a { background-color: rgb(176,169,190); }

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

border-color css

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

 span { border-color: rgb(176,169,190); }

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