Html Css Color HEX #B0A8BF Biloba Flower

📋 copy color: '#B0A8BF'

red 176 ◦ green 168 ◦ blue 191

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

Shades of Biloba Flower #B0A8BF

Tints of Biloba Flower #B0A8BF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

 BLUE value IS 191 (75% from 255) = 35.7%

R = 32.9%
G = 31.4%
B = 35.7%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0A8BF (or 0xB0A8BF) is known color: Biloba Flower. HEX triplet: B0, A8 and BF. RGB value is (176,168,191). Sum of RGB (Red+Green+Blue) = 176+168+191=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0A8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8BF is #4F5740. Grayscale: #ACACAC. Windows color (decimal): -5199681 or 12560560. OLE color: 12560560.

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

Color convert

RGB 176 168 191 -
CMYK 0.08 0.12 0 0.25
HSL 260.87º 0.15% 0.7% -
HSV(B) 260.87º 0.12% 0.75% -
XYZ 41.31 41 55.03 -
YUV 173.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 176 168 191 0.08 0.12 0 0.25 260.87 0.15 0.7
Hex B0 A8 BF 8 C 0 19 105 F 46
Octal 260 250 277 10 14 0 31 405 17 106
Binary 10110000 10101000 10111111 1000 1100 0 11001 100000101 1111 1000110

Color Harmonies of #B0A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A8BF

Black with #B0A8BF

Text Example


Text Example

White with #B0A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A8BF; }

 p { color: rgb(176,168,191); }

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

background-color css

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

 a { background-color: rgb(176,168,191); }

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

border-color css

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

 span { border-color: rgb(176,168,191); }

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