#B0C1BA

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

Shades of Loblolly #B0C1BA

Tints of Loblolly #B0C1BA

Color information

#B0C1BA (or 0xB0C1BA) is unknown color: approx Loblolly. HEX triplet: B0, C1 and BA. RGB value is (176,193,186). Sum of RGB (Red+Green+Blue) = 176+193+186=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C1BA is #4F3E45. Grayscale: #BBBBBB. Windows color (decimal): -5193286 or 12239280. OLE color: 12239280.

HSL color Cylindrical-coordinate representation of color #B0C1BA: hue angle of 155.29º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C1BA is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB176193186-
CMYK0.0900.040.24
HSL155.29º12.06%72.35%-
HSV(B)155.29º8.81%75.69%-
XYZ45.8450.9253.87-
YUV187.12127.37120.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 193 (75.78% from 255) = 34.77%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=31.71%
G=34.77%
B=33.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931860.0900.040.24155.2912.0672.35
HexB0C1BA904189bc48
Octal26030127211043023314110
Binary10110000110000011011101010010100110001001101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C1BA; }

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

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

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

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

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

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

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

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