#B3C1BA

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

Shades of Loblolly #B3C1BA

Tints of Loblolly #B3C1BA

Color information

#B3C1BA (or 0xB3C1BA) is unknown color: approx Loblolly. HEX triplet: B3, C1 and BA. RGB value is (179,193,186). Sum of RGB (Red+Green+Blue) = 179+193+186=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C1BA is #4C3E45. Grayscale: #BCBCBC. Windows color (decimal): -4996678 or 12239283. OLE color: 12239283.

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

Color convert

RGB179193186-
CMYK0.0700.040.24
HSL150º10.14%72.94%-
HSV(B)150º7.25%75.69%-
XYZ46.5251.2753.9-
YUV188.02126.86121.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 193 (75.78% from 255) = 34.59%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=32.08%
G=34.59%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931860.0700.040.2415010.1472.94
HexB3C1BA7041896a49
Octal2633012727043022612111
Binary1011001111000001101110101110100110001001011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C1BA; }

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

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

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

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

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

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

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

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