#B0C1B9

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

Shades of Loblolly #B0C1B9

Tints of Loblolly #B0C1B9

Color information

#B0C1B9 (or 0xB0C1B9) is unknown color: approx Loblolly. HEX triplet: B0, C1 and B9. RGB value is (176,193,185). Sum of RGB (Red+Green+Blue) = 176+193+185=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C1B9 is #4F3E46. Grayscale: #BBBBBB. Windows color (decimal): -5193287 or 12173744. OLE color: 12173744.

HSL color Cylindrical-coordinate representation of color #B0C1B9: hue angle of 151.76º 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 #B0C1B9 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB176193185-
CMYK0.0900.040.24
HSL151.76º12.06%72.35%-
HSV(B)151.76º8.81%75.69%-
XYZ45.7350.8753.31-
YUV187126.87120.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=31.77%
G=34.84%
B=33.39%

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
Decimal1761931850.0900.040.24151.7612.0672.35
HexB0C1B99041898c48
Octal26030127111043023014110
Binary10110000110000011011100110010100110001001100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C1B9; }

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

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

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

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

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

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

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

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