#B0C0B7

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

Shades of Loblolly #B0C0B7

Tints of Loblolly #B0C0B7

Color information

#B0C0B7 (or 0xB0C0B7) is unknown color: approx Loblolly. HEX triplet: B0, C0 and B7. RGB value is (176,192,183). Sum of RGB (Red+Green+Blue) = 176+192+183=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0B7 is #4F3F48. Grayscale: #BABABA. Windows color (decimal): -5193545 or 12042416. OLE color: 12042416.

HSL color Cylindrical-coordinate representation of color #B0C0B7: hue angle of 146.25º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0C0B7 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB176192183-
CMYK0.0800.050.25
HSL146.25º11.27%72.16%-
HSV(B)146.25º8.33%75.29%-
XYZ45.350.3552.13-
YUV186.19126.2120.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=31.94%
G=34.85%
B=33.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921830.0800.050.25146.2511.2772.16
HexB0C0B78051992b48
Octal26030026710053122213110
Binary10110000110000001011011110000101110011001001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C0B7; }

 p { color: rgb(176,192,183); }

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

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

 a { background-color: rgb(176,192,183); }

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

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

 span { border-color: rgb(176,192,183); }

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