#B0C0BA

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

Shades of Loblolly #B0C0BA

Tints of Loblolly #B0C0BA

Color information

#B0C0BA (or 0xB0C0BA) is unknown color: approx Loblolly. HEX triplet: B0, C0 and BA. RGB value is (176,192,186). Sum of RGB (Red+Green+Blue) = 176+192+186=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0BA is #4F3F45. Grayscale: #BABABA. Windows color (decimal): -5193542 or 12239024. OLE color: 12239024.

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

Color convert

RGB176192186-
CMYK0.0800.030.25
HSL157.5º11.27%72.16%-
HSV(B)157.5º8.33%75.29%-
XYZ45.6250.4753.79-
YUV186.53127.7120.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=31.77%
G=34.66%
B=33.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921860.0800.030.25157.511.2772.16
HexB0C0BA803199db48
Octal26030027210033123513110
Binary1011000011000000101110101000011110011001110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C0BA; }

 p { color: rgb(176,192,186); }

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

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

 a { background-color: rgb(176,192,186); }

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

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

 span { border-color: rgb(176,192,186); }

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