#B2C2BA

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

Shades of Loblolly #B2C2BA

Tints of Loblolly #B2C2BA

Color information

#B2C2BA (or 0xB2C2BA) is unknown color: approx Loblolly. HEX triplet: B2, C2 and BA. RGB value is (178,194,186). Sum of RGB (Red+Green+Blue) = 178+194+186=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C2BA is #4D3D45. Grayscale: #BCBCBC. Windows color (decimal): -5061958 or 12239538. OLE color: 12239538.

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

Color convert

RGB178194186-
CMYK0.0800.040.24
HSL150º11.59%72.94%-
HSV(B)150º8.25%76.08%-
XYZ46.5151.5953.96-
YUV188.3126.7120.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 194 (76.17% from 255) = 34.77%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=31.90%
G=34.77%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781941860.0800.040.2415011.5972.94
HexB2C2BA8041896c49
Octal26230227210043022614111
Binary10110010110000101011101010000100110001001011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C2BA; }

 p { color: rgb(178,194,186); }

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

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

 a { background-color: rgb(178,194,186); }

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

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

 span { border-color: rgb(178,194,186); }

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