#B0A8BC

Color #B0A8BC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B0A8BC

Tints of Biloba Flower #B0A8BC

Color information

#B0A8BC (or 0xB0A8BC) is unknown color: approx Biloba Flower. HEX triplet: B0, A8 and BC. RGB value is (176,168,188). Sum of RGB (Red+Green+Blue) = 176+168+188=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #B0A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8BC is #4F5743. Grayscale: #ACACAC. Windows color (decimal): -5199684 or 12363952. OLE color: 12363952.

HSL color Cylindrical-coordinate representation of color #B0A8BC: hue angle of 264º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0A8BC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176168188-
CMYK0.060.1100.26
HSL264º12.99%69.8%-
HSV(B)264º10.64%73.73%-
XYZ40.9840.8753.3-
YUV172.67136.65130.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 168 (66.02% from 255) = 31.58%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=33.08%
G=31.58%
B=35.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761681880.060.1100.2626412.9969.8
HexB0A8BC6B01A108d46
Octal26025027461303241015106
Binary101100001010100010111100110101101101010000100011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A8BC; }

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

 H1.HeaderClassName
 {
   color: #B0A8BC;
 }
 .AnyTagClassName
 {
   color: #B0A8BC;
 }
</style>
background-color css

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

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

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

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

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

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