#B1C2B9

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

Shades of Loblolly #B1C2B9

Tints of Loblolly #B1C2B9

Color information

#B1C2B9 (or 0xB1C2B9) is unknown color: approx Loblolly. HEX triplet: B1, C2 and B9. RGB value is (177,194,185). Sum of RGB (Red+Green+Blue) = 177+194+185=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C2B9 is #4E3D46. Grayscale: #BBBBBB. Windows color (decimal): -5127495 or 12174001. OLE color: 12174001.

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

Color convert

RGB177194185-
CMYK0.0900.050.24
HSL148.24º12.23%72.75%-
HSV(B)148.24º8.76%76.08%-
XYZ46.1851.4353.39-
YUV187.89126.37120.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.83%
GREEN value IS 194 (76.17% from 255) = 34.89%
BLUE value IS 185 (72.66% from 255) = 33.27%
R=31.83%
G=34.89%
B=33.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771941850.0900.050.24148.2412.2372.75
HexB1C2B99051894c49
Octal26130227111053022414111
Binary10110001110000101011100110010101110001001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C2B9; }

 p { color: rgb(177,194,185); }

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

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

 a { background-color: rgb(177,194,185); }

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

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

 span { border-color: rgb(177,194,185); }

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