#B0C2BB

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

Shades of Loblolly #B0C2BB

Tints of Loblolly #B0C2BB

Color information

#B0C2BB (or 0xB0C2BB) is unknown color: approx Loblolly. HEX triplet: B0, C2 and BB. RGB value is (176,194,187). Sum of RGB (Red+Green+Blue) = 176+194+187=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C2BB is #4F3D44. Grayscale: #BBBBBB. Windows color (decimal): -5193029 or 12305072. OLE color: 12305072.

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

Color convert

RGB176194187-
CMYK0.0900.040.24
HSL156.67º12.86%72.55%-
HSV(B)156.67º9.28%76.08%-
XYZ46.1751.454.5-
YUV187.82127.54119.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=31.60%
G=34.83%
B=33.57%

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
Decimal1761941870.0900.040.24156.6712.8672.55
HexB0C2BB904189dd49
Octal26030227311043023515111
Binary10110000110000101011101110010100110001001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C2BB; }

 p { color: rgb(176,194,187); }

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

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

 a { background-color: rgb(176,194,187); }

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

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

 span { border-color: rgb(176,194,187); }

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