#B0C3BA

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

Shades of Loblolly #B0C3BA

Tints of Loblolly #B0C3BA

Color information

#B0C3BA (or 0xB0C3BA) is unknown color: approx Loblolly. HEX triplet: B0, C3 and BA. RGB value is (176,195,186). Sum of RGB (Red+Green+Blue) = 176+195+186=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C3BA is #4F3C45. Grayscale: #BCBCBC. Windows color (decimal): -5192774 or 12239792. OLE color: 12239792.

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

Color convert

RGB176195186-
CMYK0.1000.050.24
HSL151.58º13.67%72.75%-
HSV(B)151.58º9.74%76.47%-
XYZ46.2851.8154.01-
YUV188.29126.71119.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=31.60%
G=35.01%
B=33.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951860.1000.050.24151.5813.6772.75
HexB0C3BAA051898e49
Octal26030327212053023016111
Binary10110000110000111011101010100101110001001100011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C3BA; }

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

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

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

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

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

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

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

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